From 24767dff8822ce20d4094a7789ce38e7d71bdcfb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Feb 2015 14:10:45 +0100 Subject: Refactoring of templates. Add a new ishtar_pdl with custom templates and CSS --- ishtar_common/templates/ishtar/wizard/validation_bar.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ishtar_common/templates/ishtar/wizard/validation_bar.html (limited to 'ishtar_common/templates/ishtar/wizard/validation_bar.html') diff --git a/ishtar_common/templates/ishtar/wizard/validation_bar.html b/ishtar_common/templates/ishtar/wizard/validation_bar.html new file mode 100644 index 000000000..09907af67 --- /dev/null +++ b/ishtar_common/templates/ishtar/wizard/validation_bar.html @@ -0,0 +1,7 @@ +{% load i18n %} +{% load url from future %} +
+ + {% if next_steps %}{% endif %} + {% trans "Cancel" %} +
-- cgit v1.2.3