diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/parcels_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} +<form action="." method="post">{% csrf_token %} <div class='form'> {% if reminder %}<div class='reminder'>{{ reminder }}</div>{%endif%} {{ wizard.form.media }} |
