diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 08:26:09 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 08:26:09 +0200 |
| commit | 8627e7dc6cdd0ca96c42fb88c593e75302188fc4 (patch) | |
| tree | 6b3f43532fa3bb38826a8b09c6c2aab221c94a9e /ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html | |
| parent | 8344b4cfd6bb0b4504fb339b8a25efbb31e0b5cc (diff) | |
| download | Ishtar-8627e7dc6cdd0ca96c42fb88c593e75302188fc4.tar.bz2 Ishtar-8627e7dc6cdd0ca96c42fb88c593e75302188fc4.zip | |
Organization: multiple deletion - redirections after wizard changes
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html b/ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html index 4f35f0c90..bd45ab5e8 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_organization_deletion.html @@ -1,6 +1,6 @@ -{% extends "ishtar/wizard/confirm_wizard.html" %} +{% extends "ishtar/wizard/delete_wizard.html" %} {% load i18n %} -{% block "extra_informations" %} +{% block "detailled_extra_info" %} {% if current_object.members.count %} <h3>{% trans "Associated persons" %}</h3> |
