diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 18:29:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 18:29:47 +0200 |
commit | 4bf634a003ab6c3d9edf1cc7fa40e7203d59711f (patch) | |
tree | 606b2c5299a5376e49addc4e2f8acc5d5f465fbe /ishtar_common/templates/ishtar/wizard/wizard_closing_done.html | |
parent | 28e66c7bae52302687dd73f86762f45529d71394 (diff) | |
download | Ishtar-4bf634a003ab6c3d9edf1cc7fa40e7203d59711f.tar.bz2 Ishtar-4bf634a003ab6c3d9edf1cc7fa40e7203d59711f.zip |
Djangoization - Major refactoring (step 9)
* move templates
* change labels
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/wizard_closing_done.html')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_closing_done.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_closing_done.html b/ishtar_common/templates/ishtar/wizard/wizard_closing_done.html new file mode 100644 index 000000000..54990a629 --- /dev/null +++ b/ishtar_common/templates/ishtar/wizard/wizard_closing_done.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% load i18n %} +{% block content %} +<p>{%trans "Item successfully closed"%}</p> +</div> +{% endblock %} |