mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +02:00
Fix linter error
This commit is contained in:
@@ -5,7 +5,7 @@ from django.shortcuts import resolve_url
|
|||||||
|
|
||||||
|
|
||||||
default_login_view = auth_views.LoginView.as_view(
|
default_login_view = auth_views.LoginView.as_view(
|
||||||
template_name='helpdesk/registration/login.html')
|
template_name='helpdesk/registration/login.html')
|
||||||
|
|
||||||
|
|
||||||
def login(request):
|
def login(request):
|
||||||
|
Reference in New Issue
Block a user