From e357598b8f62524c3c9c2f4008c4c0fba035c2db Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 10 May 2011 15:53:46 +0200 Subject: tagging --- src/templates/edit.html | 45 +++++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 26 deletions(-) (limited to 'src/templates/edit.html') diff --git a/src/templates/edit.html b/src/templates/edit.html index 961fe66..400a087 100644 --- a/src/templates/edit.html +++ b/src/templates/edit.html @@ -2,31 +2,24 @@ {% load prefix %} {% 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 }}
-
-
-
-
- - -
+

{{formtitle}}

+ + +
{% endblock %} \ No newline at end of file -- cgit v1.1