From b280d60368ed6a287d309063ccf9b61a09dc971f 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/default_wizard.html | 12 ++++++++++-- ishtar/templates/window.html | 9 +++++++-- static/media/style.css | 16 +++++++++++++--- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html index c2a42dad5..33eac942c 100644 --- a/ishtar/templates/default_wizard.html +++ b/ishtar/templates/default_wizard.html @@ -19,13 +19,21 @@ {%if form.non_form_errors%}{{form.non_form_errors}}{%endif%} {{ form.management_form }} {% for formsetform in form.forms %} - {{ formsetform.as_table }} + {% for field in formsetform %} + +