From efb623af0bcb47d510501c282e1326b11343a29c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 22 Sep 2012 22:27:04 -0400 Subject: site reorg --- .../templates/admin/auth/user/add_form.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/lib/grappelli/templates/admin/auth/user/add_form.html (limited to 'app/lib/grappelli/templates/admin/auth/user/add_form.html') diff --git a/app/lib/grappelli/templates/admin/auth/user/add_form.html b/app/lib/grappelli/templates/admin/auth/user/add_form.html new file mode 100644 index 0000000..7431762 --- /dev/null +++ b/app/lib/grappelli/templates/admin/auth/user/add_form.html @@ -0,0 +1,36 @@ +{% extends "admin/change_form.html" %} +{% load i18n %} + +{% comment %} +{% block after_field_sets %} +

{% trans "First, enter a username and password. Then, you'll be able to edit more user options." %}

+
+
+ {# TODO: get required class on label_tag #} +
+
+ {{ form.username }} + {{ form.username.errors }} +

{{ form.username.help_text }}

+
+
+
+ {# TODO: get required class on label_tag #} +
+
+ {{ form.password1 }} + {{ form.password1.errors }} +
+
+
+ {# TODO: get required class on label_tag #} +
+
+ {{ form.password2 }} + {{ form.password2.errors }} +

{% trans 'Enter the same password as above, for verification.' %}

+
+
+
+{% endblock %} +{% endcomment %} -- cgit v1.2.3-70-g09d2