From c33af4c971f26fcf3e7eb61a6c3dd8e8af8418a6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Feb 2011 11:06:55 +0100 Subject: restructure --- templates/edit.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 templates/edit.html (limited to 'templates/edit.html') diff --git a/templates/edit.html b/templates/edit.html deleted file mode 100644 index f896a52..0000000 --- a/templates/edit.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends "base.html" %} -{% 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 }}
-
-
-
-
- - -
-
-{% endblock %} \ No newline at end of file -- cgit v1.1