From c87c5aa586ce3ebb2bd289313abade6e6317a463 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 11 Jun 2011 17:50:19 +0200 Subject: Highlight mandatory fields (closes #435) --- ishtar/templates/window.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/window.html') diff --git a/ishtar/templates/window.html b/ishtar/templates/window.html index 3c52a3d90..a92f859ab 100644 --- a/ishtar/templates/window.html +++ b/ishtar/templates/window.html @@ -27,12 +27,17 @@ save_and_close_window("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", {% endif %}

{{title}}

-
{% csrf_token %} + {% csrf_token %} - {{form.as_table}} + {% for field in form %} + + + + {% endfor %}
{{ field.errors }}{{field|safe}}
+
-- cgit v1.2.3