From c91c8934fb31f9a2207f4a6c0bc5ea0ddae9b6af Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Dec 2014 08:37:01 +0100 Subject: First work for an alternate UI for archaeological files (refs #2175) --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index 6d295e2c9..3f2f3943e 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -40,8 +40,10 @@ {% endif %} {{ previous_fields|safe }} - -{% if next_steps %}{% endif %} +
+ + {% if next_steps %}{% endif %} +
{% endblock %} -- cgit v1.2.3