Fix cache duration comment

This commit is contained in:
Christof Dorner 2022-12-26 17:52:58 +01:00
parent 9aad37acd5
commit 247d85305c

View file

@ -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 %}