diff options
Diffstat (limited to 'templates/admin/identities.html')
-rw-r--r-- | templates/admin/identities.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/admin/identities.html b/templates/admin/identities.html new file mode 100644 index 0000000..86e70db --- /dev/null +++ b/templates/admin/identities.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %}Identities - Admin{% endblock %} + +{% block content %} + {% block menu %} + {% include "admin/_menu.html" %} + {% endblock %} + <form> + <p> + Please use the <a href="/djadmin/users/identity/">Django Admin</a> for now. + </p> + </form> +{% endblock %} |