Commit 217c2c6a authored by Michal Čihař's avatar Michal Čihař

Remove not used parameter

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4ca60961
......@@ -364,9 +364,6 @@ def weblate_login(request):
if request.user.is_authenticated():
return redirect('profile')
if 'message' in request.GET:
messages.info(request, request.GET['message'])
return auth_views.login(
request,
template_name='accounts/login.html',
......
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