mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Fix cache duration comment
This commit is contained in:
parent
9aad37acd5
commit
247d85305c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% spaceless %}
|
||||
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
{# 6 month cache #}
|
||||
{# 10 second cache #}
|
||||
{% cache 10 titleby LANGUAGE_CODE book.id %}
|
||||
|
||||
{% if book.authors.exists %}
|
||||
|
|
Loading…
Reference in a new issue