From ef460a9942086b90cb2b137dd71d01db6f7da698 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Mar 2011 13:13:33 +0100 Subject: UI polish --- templates/edit_fieldsets.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/edit_fieldsets.html') diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html index 6a07a26..f35f055 100644 --- a/templates/edit_fieldsets.html +++ b/templates/edit_fieldsets.html @@ -3,7 +3,7 @@ {% block content %} {% block beforeform %} {% endblock %} -
+

{{formtitle}}

{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% for fieldset in form.fieldsets %} @@ -30,14 +30,15 @@ {% endfor %} -
+
    -
  • -
  • +
  • +
  • {% if name %} -
  • +
  • {% endif %}
+
{% endblock %} \ No newline at end of file -- cgit v1.1