Fix linter error

This commit is contained in:
Janne Alatalo 2019-08-27 14:36:58 +03:00
parent 042e766be1
commit e9fc53d461

View File

@ -5,7 +5,7 @@ from django.shortcuts import resolve_url
default_login_view = auth_views.LoginView.as_view(
template_name='helpdesk/registration/login.html')
template_name='helpdesk/registration/login.html')
def login(request):