mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51: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 %}
|
{% spaceless %}
|
||||||
|
|
||||||
{% get_current_language as LANGUAGE_CODE %}
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
{# 6 month cache #}
|
{# 10 second cache #}
|
||||||
{% cache 10 titleby LANGUAGE_CODE book.id %}
|
{% cache 10 titleby LANGUAGE_CODE book.id %}
|
||||||
|
|
||||||
{% if book.authors.exists %}
|
{% if book.authors.exists %}
|
||||||
|
|
Loading…
Reference in a new issue