Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum
Commits
7051f913
Commit
7051f913
authored
Apr 12, 2018
by
Stefan Bunde
Browse files
TG-258 TG-282 move login.html one level upward and set template_name in loginView
parent
87e94df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
castellum_core/castellum_core/castellum_core/urls.py
View file @
7051f913
...
...
@@ -4,7 +4,7 @@ from django.contrib.auth import views as auth_views
urlpatterns
=
[
path
(
'login/'
,
auth_views
.
LoginView
.
as_view
(),
name
=
'login'
),
path
(
'login/'
,
auth_views
.
LoginView
.
as_view
(
template_name
=
"login.html"
),
name
=
'login'
),
path
(
'logout/'
,
auth_views
.
LogoutView
.
as_view
(),
name
=
'logout'
),
path
(
'admin/'
,
admin
.
site
.
urls
),
...
...
castellum_core/castellum_core/templates/
registration/
login.html
→
castellum_core/castellum_core/templates/login.html
View file @
7051f913
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment