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