From e29d35c908113bed814fc061e9cd1aa235188ec6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Jun 2011 15:01:55 +0200 Subject: Provide help for form fields (closes #481) --- ishtar/templates/grid_form.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create 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 new file mode 100644 index 000000000..8c02197b4 --- /dev/null +++ b/ishtar/templates/grid_form.html @@ -0,0 +1,10 @@ +{% 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