diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-20 19:40:24 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-20 19:40:24 +0100 |
| commit | ef7bc287bd743b01b534cff5b28bbe39268063a5 (patch) | |
| tree | d5fc7bd1cb9d8dab4c967fcad6dccba5e6b3517a /ishtar_common/templates/ishtar/forms | |
| parent | 8d72941c7ba307d8f4541e34f24a957784e9660d (diff) | |
| download | Ishtar-ef7bc287bd743b01b534cff5b28bbe39268063a5.tar.bz2 Ishtar-ef7bc287bd743b01b534cff5b28bbe39268063a5.zip | |
Refactoring and many fixes on file module
Diffstat (limited to 'ishtar_common/templates/ishtar/forms')
| -rw-r--r-- | ishtar_common/templates/ishtar/forms/qa_new_item.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/forms/qa_new_item.html b/ishtar_common/templates/ishtar/forms/qa_new_item.html index ae57adfc2..435531594 100644 --- a/ishtar_common/templates/ishtar/forms/qa_new_item.html +++ b/ishtar_common/templates/ishtar/forms/qa_new_item.html @@ -3,7 +3,8 @@ {% block main_form %} {% if new_item_pk %} -<p>{% if new_item_label %}{{new_item_label}}{% else %}{% trans "Item" %}{% endif %} {% trans "created." %}</p> +<p>{% if new_item_label %}{{new_item_label}}{% else %}{% trans "Item" %}{% endif %} + {% if modify %}{% trans "modified." %}{% else %}{% trans "created." %}{% endif %}</p> {% else %} {% bs_compact_form form %} {% endif %} |
