Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
d2a44fa7
Commit
d2a44fa7
authored
May 23, 2017
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finally changed that dumb inconsistency with the camelcase template name
parent
82f87253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
roomlist/accounts/templates/detail_student.html
roomlist/accounts/templates/detail_student.html
+0
-0
roomlist/accounts/views.py
roomlist/accounts/views.py
+1
-1
No files found.
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