From 7938386037a49801ef4e1823a97c403db77663b5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Feb 2017 19:58:59 +0100 Subject: Fix UI bug: validation button at the bottom of the page (refs #3441) --- ishtar_common/templates/ishtar/wizard/relations_wizard.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard/relations_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/relations_wizard.html b/ishtar_common/templates/ishtar/wizard/relations_wizard.html index 9ca592ca8..3f12bcd60 100644 --- a/ishtar_common/templates/ishtar/wizard/relations_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/relations_wizard.html @@ -23,9 +23,14 @@

{{ previous_fields|safe }} -{% block "validation_bar" %} -{% include 'ishtar/wizard/validation_bar.html' %} -{% endblock %} + {% block "footer" %} + + {% endblock %} {% endblock %} -- cgit v1.2.3