Commit 3062e3f6 authored by ibuler's avatar ibuler

[Update] 修复重定向的问题

parent 9d24912a
......@@ -29,7 +29,8 @@ __all__ = [
class UserLoginView(RedirectView):
urls = reverse_lazy('authentication:login')
url = reverse_lazy('authentication:login')
query_string = True
class UserForgotPasswordView(TemplateView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment