diff options
Diffstat (limited to 'templates/admin/users.html')
-rw-r--r-- | templates/admin/users.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/templates/admin/users.html b/templates/admin/users.html index 0b75b88..f2dc864 100644 --- a/templates/admin/users.html +++ b/templates/admin/users.html @@ -1,14 +1,9 @@ -{% extends "base.html" %} +{% extends "settings/base.html" %} -{% block title %}Users - Admin{% endblock %} +{% block subtitle %}Users{% endblock %} {% block content %} - {% block menu %} - {% include "admin/_menu.html" %} - {% endblock %} - <form> - <p> - Please use the <a href="/djadmin/users/user/">Django Admin</a> for now. - </p> - </form> + <p> + Please use the <a href="/djadmin/users/user/">Django Admin</a> for now. + </p> {% endblock %} |