Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
d2a44fa7
Commit
d2a44fa7
authored
May 23, 2017
by
Daniel W Bond
Browse files
finally changed that dumb inconsistency with the camelcase template name
parent
82f87253
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detail
S
tudent.html
→
roomlist/accounts/templates/detail
_s
tudent.html
View file @
d2a44fa7
File moved
roomlist/accounts/views.py
View file @
d2a44fa7
...
...
@@ -33,7 +33,7 @@ from core.utils import shadowbanning, on_the_same_floor, pk_or_none
class
DetailStudent
(
LoginRequiredMixin
,
DetailView
):
model
=
Student
context_object_name
=
'student'
template_name
=
'detail
S
tudent.html'
template_name
=
'detail
_s
tudent.html'
login_url
=
'login'
...
...
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