mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Resolve syntax warning in Pyton 3.14
This commit is contained in:
@@ -363,7 +363,7 @@ class Forgot(TemplateView):
|
||||
else:
|
||||
messages.info(request, _('If the address is registered to valid account, then we have sent you an email containing further instructions.'))
|
||||
|
||||
return redirect('control:auth.forgot')
|
||||
return redirect('control:auth.forgot')
|
||||
else:
|
||||
return self.get(request, *args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user