From d71150129e1189f57d146b31b1042d43ea66083f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 21:32:30 +0100 Subject: Display a reminder of items concerned by the current edition (refs #1218) --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 1 - 1 file changed, 1 deletion(-) (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 b2c7189cf..c1c0cb5cf 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -21,7 +21,6 @@ {% block wizard_form %}
{% csrf_token %}
-{% if reminder %}
{{ reminder }}
{%endif%} {{ wizard.form.media }} {{ wizard.management_form }} {% if wizard.form.forms %} -- cgit v1.2.3