From 5a12bcce1cfad8fcf93f902bc9e4c82c4a53ee14 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Feb 2015 23:34:01 +0100 Subject: Add a new reset wizard action available from main templates (refs #2282) --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index 3f2f3943e..2eb62457b 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load i18n range table_form %} +{% load url from future %} {% block extra_head %} {{form.media}} {% endblock %} @@ -43,6 +44,7 @@
{% if next_steps %}{% endif %} +
-- cgit v1.2.3