summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-18 13:18:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-18 13:18:48 +0200
commit76709af37905fde01e342c626f336034b44e2b67 (patch)
treed350bed33815bbaf9e630a24f53764d9c93d697c /ishtar_common/templates/ishtar/wizard/default_wizard.html
parent7e88cdb11d1fa38088304ba7572c7a614856bce1 (diff)
downloadIshtar-76709af37905fde01e342c626f336034b44e2b67.tar.bz2
Ishtar-76709af37905fde01e342c626f336034b44e2b67.zip
UI: put forms into container inside wizards
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 8d6b1c48e..732a0a64f 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -12,7 +12,7 @@
{% endblock %}
{% block wizard_form %}
<form action="." class='wizard-form' id="wizard-form" method="post" name='wizard'{% if wizard.form.file_upload %} enctype="multipart/form-data"{% endif %}>{% csrf_token %}
-<div class='form'>
+<div class='form{% if not form.SEARCH_AND_SELECT %} container{% endif %}'>
{{ wizard.form.media }}
{{ wizard.management_form }}
{% block form_head %}{% endblock %}