From 23f2129a45ff677471d5a9b3a2d5e0da6475d0b2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 14:43:04 +0100 Subject: Fix wizard navigation (missing
) (refs #1463) --- ishtar_common/templates/ishtar/wizard/towns_wizard.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html') 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 %} +{% csrf_token %}
{% if TOWNS %} {% if wizard.form.forms %} -- cgit v1.2.3