Fix #65 :
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m29s

dav_events.views.events.EventRegistrationsView._close_registration()
sends a signal now.
This commit is contained in:
2024-09-17 15:07:31 +02:00
parent 7b6e29ba92
commit 39440a695e
6 changed files with 27 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ from dav_events.config import FieldInitial
# E-Mails
ENABLE_EMAIL_ON_STATUS_UPDATE = False
ENABLE_EMAIL_ON_UPDATE = False
ENABLE_EMAIL_ON_REGISTRATION_CLOSED = False
# Authorization Roles / Groups
GROUPS_MANAGER_SUPER = ['Tourenreferenten']