diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 21:21:04 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 21:23:12 +0200 |
| commit | 18a6ad99164350af62d65efd6a1fd1aa4c419739 (patch) | |
| tree | e69bfd5b3bc0843ec93223dc12d4a376d6b489c0 /ishtar_common/templates/ishtar/wizard/confirm_wizard.html | |
| parent | 6d05b2d357c15b9d291922ac67fecebe3208b55f (diff) | |
| download | Ishtar-18a6ad99164350af62d65efd6a1fd1aa4c419739.tar.bz2 Ishtar-18a6ad99164350af62d65efd6a1fd1aa4c419739.zip | |
Person and organization deletion (refs #1675)
* add associated actions, wizards, forms
* prevent deletion of associted items (operations, files, etc.)
* give list of associated items before deletion and give access to these
items
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/confirm_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/confirm_wizard.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index f67eb5c1e..8550d6a1c 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -35,6 +35,7 @@ {{ extra_form }} </table> {% endif %} + {% block "extra_informations" %}{% endblock %} <p>{%if confirm_end_msg %}{{confirm_end_msg|safe}}{%else%}{% trans "Would you like to save them?" %}{%endif%}</p> <input type="submit" value="{% trans "Validate" %}"/> </div> |
