Skip to content
Snippets Groups Projects
Commit a0c89455 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Rename dispatch UID

parent 92fb6828
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from i18nfield.strings import LazyI18nString
from pretix.presale.signals import question_form_fields
@receiver(question_form_fields, dispatch_uid="pretix_public_registration_question")
@receiver(question_form_fields, dispatch_uid="public_registration_question")
def add_public_registration_question(sender, **kwargs):
return {'public_registration': forms.CharField(
label=_('Public registration'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment