forked from extern/django-helpdesk
Fix linter error
This commit is contained in:
parent
042e766be1
commit
e9fc53d461
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user