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 | bdc283675c0462e78f47059d2ce28cfabfb87433 (patch) | |
| tree | f02896a885a6011f4518270d9494ac4aeb0c699a /ishtar_common/templates/ishtar/wizard | |
| parent | 778336ee33eea81c3ad7540813391508c0c049e5 (diff) | |
| download | Ishtar-bdc283675c0462e78f47059d2ce28cfabfb87433.tar.bz2 Ishtar-bdc283675c0462e78f47059d2ce28cfabfb87433.zip | |
Simple selection widget and field for Select2
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
| -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 %} |
