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
fec2d235
Commit
fec2d235
authored
Oct 17, 2015
by
Daniel W Bond
Browse files
changed cacheing on detail student page per new flagging icon
parent
974f2369
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/urls.py
View file @
fec2d235
...
...
@@ -24,7 +24,7 @@ urlpatterns = patterns('',
# student profile pages
url
(
r
'^student/(?P<slug>[\w-]+)/$'
,
cache_page
(
60
*
2
)(
DetailStudent
.
as_view
()),
cache_page
(
4
)(
DetailStudent
.
as_view
()),
name
=
'detail_student'
),
#url(r'^student/$',
...
...
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