diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 14:43:04 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 14:43:41 +0100 |
| commit | 23f2129a45ff677471d5a9b3a2d5e0da6475d0b2 (patch) | |
| tree | 5aacb82ef7ccf3ba123c36c9b18bc2dceae89aa4 /ishtar_common/templates/ishtar/wizard/towns_wizard.html | |
| parent | 687b849f94c43d5c6ff2bf40d9e560b2e1f68546 (diff) | |
| download | Ishtar-23f2129a45ff677471d5a9b3a2d5e0da6475d0b2.tar.bz2 Ishtar-23f2129a45ff677471d5a9b3a2d5e0da6475d0b2.zip | |
Fix wizard navigation (missing <form>) (refs #1463)
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/towns_wizard.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/towns_wizard.html b/ishtar_common/templates/ishtar/wizard/towns_wizard.html index cc3487df3..8e0b3551f 100644 --- a/ishtar_common/templates/ishtar/wizard/towns_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/towns_wizard.html @@ -5,6 +5,7 @@ {{wizard.form.media}} {% endblock %} {% block wizard_form %} +<form action="." method="post">{% csrf_token %} <div class='form'> {% if TOWNS %} {% if wizard.form.forms %} |
