QR code generator: Lift permission requirement

This commit is contained in:
Raphael Michel
2023-09-08 17:33:01 +02:00
parent 734a116b6f
commit af50bc2fa4

View File

@@ -1527,7 +1527,7 @@ class QuickSetupView(FormView):
class EventQRCode(EventPermissionRequiredMixin, View):
permission = 'can_change_event_settings'
permission = None
def get(self, request, *args, filetype, **kwargs):
url = build_absolute_uri(request.event, 'presale:event.index')