diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-13 17:32:00 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-13 17:32:00 +0200 |
| commit | 641045c67cfc159633be81f676d0574a6481c871 (patch) | |
| tree | f02896a885a6011f4518270d9494ac4aeb0c699a /ishtar_common/templates | |
| parent | bcda82df67ff32d946ba13769af90af4d53a4355 (diff) | |
| download | Ishtar-641045c67cfc159633be81f676d0574a6481c871.tar.bz2 Ishtar-641045c67cfc159633be81f676d0574a6481c871.zip | |
Simple selection widget and field for Select2
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/default_wizard.html | 2 |
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 6707124f9..8d6b1c48e 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n range table_form %} {% block extra_head %} -{{form.media}} +{{wizard.form.media}} {% endblock %} {% block content %} {% block wizard_head %} |
