From 74ddd12c14e4f19b84db796780919516a76e414c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 4 Jan 2011 02:32:01 +0100 Subject: Save of wizard items (refs #51) --- ishtar/templates/wizard_done.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ishtar/templates/wizard_done.html (limited to 'ishtar/templates/wizard_done.html') diff --git a/ishtar/templates/wizard_done.html b/ishtar/templates/wizard_done.html new file mode 100644 index 000000000..468e8ed6a --- /dev/null +++ b/ishtar/templates/wizard_done.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% load i18n %} +{% block content %} + +

{%trans "Item successfully saved"%}

+ +{% endblock %} -- cgit v1.2.3