diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-28 17:28:20 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
| commit | d978ca7e0b5e81be38cc5cf0700734894b5a750a (patch) | |
| tree | 44253a54855244873363b5605468584952bfdb6a /ishtar_common/templates | |
| parent | 812bddd918036b7e3eebc9785e691bce00c48ecc (diff) | |
| download | Ishtar-d978ca7e0b5e81be38cc5cf0700734894b5a750a.tar.bz2 Ishtar-d978ca7e0b5e81be38cc5cf0700734894b5a750a.zip | |
Migration to Django 2.2 - fix media for select2
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/default_wizard.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index c279a37e0..249d4c4ce 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -13,7 +13,6 @@ {% 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{% if not form.SEARCH_AND_SELECT %} container{% endif %}'> -{{ wizard.form.media }} {{ wizard.management_form }} {% block form_head %}{% endblock %} {% block form_detail %} |
