Allow to delete organizers

This commit is contained in:
Raphael Michel
2018-11-05 11:11:43 +01:00
parent 87f3318431
commit 0a5347c08b
8 changed files with 143 additions and 9 deletions
+1
View File
@@ -215,6 +215,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
'pretix.user.settings.notifications.enabled': _('Notifications have been enabled.'),
'pretix.user.settings.notifications.disabled': _('Notifications have been disabled.'),
'pretix.user.settings.notifications.changed': _('Your notification settings have been changed.'),
'pretix.organizer.deleted': _('The organizer "{name}" has been deleted.'),
'pretix.user.oauth.authorized': _('The application "{application_name}" has been authorized to access your '
'account.'),
'pretix.control.auth.user.forgot_password.mail_sent': _('Password reset mail sent.'),