From 64575e18848ed4020019f532560dbdf8d2b3adb0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Oct 2014 00:49:28 +0100 Subject: Add a new menu for admin tasks - new view for global variable edition (refs #2111) --- ishtar_common/templates/blocks/inline_formset.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates/blocks/inline_formset.html') diff --git a/ishtar_common/templates/blocks/inline_formset.html b/ishtar_common/templates/blocks/inline_formset.html index e36405118..744e125f5 100644 --- a/ishtar_common/templates/blocks/inline_formset.html +++ b/ishtar_common/templates/blocks/inline_formset.html @@ -1,12 +1,12 @@ {% load i18n %} {% if extra_formset.non_form_errors %}
{{extra_formset.non_form_errors.as_ul}}
{% endif %} - {% if header %} + {% if header %}
- {% endif %}{% for frm in formset%}{% if header %} - {% for field in frm.visible_fields%} + + {% for field in formset.0.visible_fields%} {%endfor%} - {% endif %} + {% endif %}{% for frm in formset%} {% if forloop.first and not skip %}{%endif%} {% if not skip or not forloop.first %}{% endif %}{% for field in frm.visible_fields %}
{% trans caption %}
{{field.label}}
-- cgit v1.2.3