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/parcels_wizard.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates/ishtar/wizard/parcels_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index 1d54cf1d3..5d135a563 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -4,6 +4,7 @@ {{wizard.form.media}} {% endblock %} {% block wizard_form %} +{% csrf_token %}
{% if reminder %}
{{ reminder }}
{%endif%} {{ wizard.form.media }} -- cgit v1.2.3