X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/970685936cdd7b70e3efa2f2506f66198049b16d..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/explorer/split.html diff --git a/project/templates/explorer/split.html b/project/templates/explorer/split.html index 0fb9064e..8d3b67bb 100755 --- a/project/templates/explorer/split.html +++ b/project/templates/explorer/split.html @@ -2,26 +2,25 @@
Split options {% for field in splitform %} + {% if field.is_hidden %} + {{ field}} + {% else %} {{ field.errors }} {% ifequal field.html_name 'splitform-autoxml' %}

{% else %}

{% endifequal %} - - {% endfor %} - + {% endif %} + {% endfor %}
- - -

- \ No newline at end of file +