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
8bacaa2d
Commit
8bacaa2d
authored
Jan 04, 2015
by
Jason D Yeomans
Browse files
Merge branch 'master' of git.gmu.edu:srct/roomlist
parents
91001e2a
3c9ee9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/views.py
View file @
8bacaa2d
...
...
@@ -26,7 +26,17 @@ class DetailRoom(LoginRequiredMixin, ListView):
login_url
=
'/'
# update a student
#class UpdateStudent(LoginRequiredMixin, UpdateView):
# model = Student
# form_class = '/'
# success_url = '/' # change the success url to something more interesting
# login_url = '/'
# update a room
#class updateroom(loginrequiredmixin, updateview):
# model = room
# form_class =
# success_url = '/' # change the success url to something more interesting
#
update a building
#
login_url = '/'
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