summaryrefslogtreecommitdiffstats
path: root/templates/admin/identities.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/identities.html')
-rw-r--r--templates/admin/identities.html15
1 files changed, 5 insertions, 10 deletions
diff --git a/templates/admin/identities.html b/templates/admin/identities.html
index 86e70db..556e915 100644
--- a/templates/admin/identities.html
+++ b/templates/admin/identities.html
@@ -1,14 +1,9 @@
-{% extends "base.html" %}
+{% extends "settings/base.html" %}
-{% block title %}Identities - Admin{% endblock %}
+{% block subtitle %}Identities{% 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>
+ <p>
+ Please use the <a href="/djadmin/users/identity/">Django Admin</a> for now.
+ </p>
{% endblock %}