[Update] 修复重定向的问题

pull/2559/head
ibuler 2019-03-29 15:53:31 +08:00
parent 9d24912ad9
commit 3062e3f64a
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ __all__ = [
class UserLoginView(RedirectView):
urls = reverse_lazy('authentication:login')
url = reverse_lazy('authentication:login')
query_string = True
class UserForgotPasswordView(TemplateView):