From 6282eb19b4611f756613e59a352063d175a33ba9 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Jun 2011 17:47:57 +0200 Subject: generalize fieldset into class --- templates/edit_fieldsets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/edit_fieldsets.html') diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html index f0ab8cb..54ab744 100644 --- a/templates/edit_fieldsets.html +++ b/templates/edit_fieldsets.html @@ -3,11 +3,11 @@ {% block content %} {% block beforeform %} {% endblock %} +

{{formtitle}}

-

{{formtitle}}

{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% for fieldset in form.fieldsets %} -
+
{% if fieldset.legend %} {{ fieldset.legend }} {% endif %} -- cgit v1.1