diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-18 18:46:44 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-18 18:46:44 +0100 |
| commit | f99cdf5c4c6931bd7315d2674b31ba2ee9e1c4ca (patch) | |
| tree | 724c59996e20f35033254a453135fb7b1fd873d0 /ishtar_common/templates/blocks | |
| parent | 99004116cf0b45884bb3f52c62c1ae8bb5b36702 (diff) | |
| download | Ishtar-f99cdf5c4c6931bd7315d2674b31ba2ee9e1c4ca.tar.bz2 Ishtar-f99cdf5c4c6931bd7315d2674b31ba2ee9e1c4ca.zip | |
Operation wizard: improve relations layout (form and summary)
Diffstat (limited to 'ishtar_common/templates/blocks')
| -rw-r--r-- | ishtar_common/templates/blocks/inline_formset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/inline_formset.html b/ishtar_common/templates/blocks/inline_formset.html index 3affb7bf3..4d4042985 100644 --- a/ishtar_common/templates/blocks/inline_formset.html +++ b/ishtar_common/templates/blocks/inline_formset.html @@ -12,7 +12,7 @@ {% if frm.errors %}<tr><td colspan='3'><ul>{% for error in frm.errors.values %}<li>{{error}}</li>{% endfor%}</ul></td></tr>{% endif %} <tr>{% endif %}{% for field in frm.visible_fields %}<td> {% if field.errors %}<div class='errors'>{{ field.errors.as_ul }}</div>{% endif %} - {{ field }} + {{ field|safe }} {# Include the hidden fields in the form #} {% if forloop.first %} {{ formset.management_form }} |
