mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 04:06:23 +02:00
Fix the login url by using view names in the demo settings instead of the hardcoded urls.
Also remove a duplicate url for 'login'
This commit is contained in:
@@ -215,10 +215,6 @@ urlpatterns += [
|
||||
url(r'^login/$',
|
||||
login.login,
|
||||
name='login'),
|
||||
|
||||
url(r'^accounts/login/$',
|
||||
login.login,
|
||||
name='login'),
|
||||
|
||||
url(r'^logout/$',
|
||||
auth_views.LogoutView.as_view(
|
||||
|
Reference in New Issue
Block a user