mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 01:32:11 +02:00
Drop AdminRegistration in favour of a new boolean field, closes #19
This commit is contained in:
@ -20,4 +20,3 @@ class RegistrationConfig(AppConfig):
|
||||
post_save.connect(create_payment, "registration.Registration")
|
||||
post_save.connect(create_payment, "registration.StudentRegistration")
|
||||
post_save.connect(create_payment, "registration.CoachRegistration")
|
||||
post_save.connect(create_payment, "registration.AdminRegistration")
|
||||
|
Reference in New Issue
Block a user