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
880c157a
Commit
880c157a
authored
Jan 09, 2015
by
Jason D Yeomans
Browse files
Fixed detailBuilding context names
parent
11739410
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/views.py
View file @
880c157a
...
@@ -13,7 +13,7 @@ class ListBuildings(LoginRequiredMixin, ListView):
...
@@ -13,7 +13,7 @@ class ListBuildings(LoginRequiredMixin, ListView):
# building floors, other information
# building floors, other information
class
DetailBuilding
(
LoginRequiredMixin
,
DetailView
):
class
DetailBuilding
(
LoginRequiredMixin
,
DetailView
):
model
=
Building
model
=
Building
context_object_name
=
'building
_detail
'
context_object_name
=
'building'
template_name
=
'detailBuilding.html'
template_name
=
'detailBuilding.html'
def
get_context_data
(
self
,
**
kwargs
):
def
get_context_data
(
self
,
**
kwargs
):
...
...
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