From 98903300a0e745265b61e5fa7c1fef77b750c351 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Jun 2011 18:40:44 +0200 Subject: Manage unique reference for operations (refs #260) + includetag for forms --- ishtar/templates/grid_form.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ishtar/templates/grid_form.html (limited to 'ishtar/templates/grid_form.html') diff --git a/ishtar/templates/grid_form.html b/ishtar/templates/grid_form.html deleted file mode 100644 index 8c02197b4..000000000 --- a/ishtar/templates/grid_form.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load i18n %} - {% for field in form %} - - {{ field.label_tag }} - {{ field.errors }}{{field|safe}}{% if field.help_text %} - ? - - -
{{field.help_text}}
- {%endif%}{% endfor %} -- cgit v1.2.3