Resolve syntax warning in Pyton 3.14

This commit is contained in:
Raphael Michel
2026-01-20 11:53:13 +01:00
parent ed618f2f32
commit 815e31d9a0

View File

@@ -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)