diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 21:32:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 21:32:30 +0100 |
commit | d71150129e1189f57d146b31b1042d43ea66083f (patch) | |
tree | af6cbbeb81036c1e20a188359cffd5d9b63debaf /ishtar_common/templates/ishtar/wizard/default_wizard.html | |
parent | 08e1df4d3a049ed300fa87712fc60a0ec96b26cf (diff) | |
download | Ishtar-d71150129e1189f57d146b31b1042d43ea66083f.tar.bz2 Ishtar-d71150129e1189f57d146b31b1042d43ea66083f.zip |
Display a reminder of items concerned by the current edition (refs #1218)
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/default_wizard.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 %} <form action="." method="post" name='wizard'{% if wizard.form.file_upload %} enctype="multipart/form-data"{% endif %}>{% csrf_token %} <div class='form'> -{% if reminder %}<div class='reminder'>{{ reminder }}</div>{%endif%} {{ wizard.form.media }} {{ wizard.management_form }} {% if wizard.form.forms %} |