summaryrefslogtreecommitdiff
path: root/ishtar/templates/default_wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/default_wizard.html')
-rw-r--r--ishtar/templates/default_wizard.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html
index 59389719e..83f02539b 100644
--- a/ishtar/templates/default_wizard.html
+++ b/ishtar/templates/default_wizard.html
@@ -12,11 +12,12 @@
<div class='form'>
{% if form.forms %}
<table class='formset'>
+ {%if form.non_form_errors%}<tr class='error'><th colspan='2'>{{form.non_form_errors}}</th></tr>{%endif%}
{{ form.management_form }}
{% for formsetform in form.forms %}
{{ formsetform.as_table }}
{% endfor %}
- <tr><td rowspan="2"><button name="formset_modify" value="{{form_step}}">{% trans "Modify" %}</button></td></tr></li>
+ <tr class='modify'><td colspan="2"><button name="formset_modify" value="{{form_step}}">{% trans "Modify" %}</button></td></tr></li>
</table>
{% else %}
<table>