From d60a62a68a5c3442a6b464cca1c1a218d57d8ecc Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Mar 2011 23:28:11 +0100 Subject: new acl UI --- templates/edit.html | 52 +++++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'templates/edit.html') diff --git a/templates/edit.html b/templates/edit.html index 337264d..0a17922 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -4,31 +4,33 @@ $('#id_description').wysiwyg(); {% endblock %} {% block content %} - {% block beforeform %} - {% endblock %} -
-
-

{{formtitle}}

- - {% for field in form %} - - - - {% endfor %} -
- {% if not field.is_hidden %} -
{{ field.label_tag }}
- {% endif %} - {% if field.errors %} -
{{ field.errors }}
- {% endif %} -
{{ field }}
-
-
-
-
- - +{% block beforeform %}{% endblock %} +
+ +

{{formtitle}}

+ + {% for field in form %} + + + + {% endfor %} +
+ {% if not field.is_hidden %} +
{{ field.label_tag }}
+ {% endif %} + {% if field.errors %} +
{{ field.errors }}
+ {% endif %} +
{{ field }}
+
+
+
    +
  • + {% if name %} +
  • + {% endif %} +
+
{% endblock %} \ No newline at end of file -- cgit v1.1