From c59a2a69fb38b92b6c45bcf7431d2b1a3c5dce3c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Oct 2010 19:46:20 -0400 Subject: added grappelli, filebrowser, chunks and tagging to lcal repo --- .../templates/admin/auth/user/add_form.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lib/grappelli/templates/admin/auth/user/add_form.html (limited to 'lib/grappelli/templates/admin/auth/user/add_form.html') diff --git a/lib/grappelli/templates/admin/auth/user/add_form.html b/lib/grappelli/templates/admin/auth/user/add_form.html new file mode 100644 index 0000000..7431762 --- /dev/null +++ b/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