Add support for GeoIP data (#3230)

This commit is contained in:
Raphael Michel
2023-04-17 09:50:46 +02:00
committed by GitHub
parent c890f4cdc0
commit 11e3bd4d39
10 changed files with 55 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ class WaitingView(EventViewMixin, FormView):
def get_form_kwargs(self):
kwargs = super().get_form_kwargs()
kwargs['request'] = self.request
kwargs['event'] = self.request.event
kwargs['instance'] = WaitingListEntry(
event=self.request.event, locale=get_language_without_region(),