summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index a748a4b34..60d581229 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -2199,6 +2199,12 @@ class AccountWizard(Wizard):
send_mail(
subject, msg, settings.ADMINS[0][1], [dct["email"]], fail_silently=True
)
+ messages.add_message(
+ self.request,
+ messages.WARNING,
+ '<i class="fa fa-exclamation-triangle"></i> &nbsp;' +
+ str(_("If the profile has been changed, don't forget to regenerate permissions.")),
+ )
res = render(
self.request,
self.wizard_done_template,