Skip to content
Snippets Groups Projects
Commit 3657e1e5 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files
parent d104e98c
Branches
Tags
No related merge requests found
from django.urls import reverse
from pretix.base.models import Event
from pretix.control.views.event import EventSettingsFormView, EventSettingsViewMixin
from .forms import PublicRegistrationsSettingsForm
class PublicRegistrationsSettingsView(EventSettingsViewMixin, EventSettingsFormView):
model = Event
permission = "can_change_settings"
form_class = PublicRegistrationsSettingsForm
template_name = "pretix_public_registrations/settings.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment