Commit 12e1e559 authored by ibuler's avatar ibuler

[Update] 修改bug

parent fa02e3fb
......@@ -84,7 +84,7 @@ class UserLoginView(mixins.AuthMixin, FormView):
def redirect_to_guard_view(self):
guard_url = reverse('authentication:login-guard')
args = self.request.META.get('QUERY_STRING', '')
if args and self.query_string:
if args:
guard_url = "%s?%s" % (guard_url, args)
return redirect(guard_url)
......
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