Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
6fcbf241
Commit
6fcbf241
authored
Apr 20, 2017
by
fred
Browse files
chat: don't use a long cache for the chat pages
parent
57ddc5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/views.py
View file @
6fcbf241
...
...
@@ -764,4 +764,4 @@ class Chat(DetailView, EmissionMixin):
model
=
Emission
template_name
=
'chat.html'
chat
=
Chat
.
as_view
()
chat
=
cache_control
(
max_age
=
15
)(
Chat
.
as_view
()
)
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