Merge pull request #2529 from chdorner/fix/titleby-cache-clearing
Fix titleby cache fragment clearing
This commit is contained in:
commit
d0f7cf56f6
3 changed files with 2 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
{# 6 month cache #}
|
||||
{% cache 15552000 titleby LANGUAGE_CODE book.id %}
|
||||
{% cache 10 titleby LANGUAGE_CODE book.id %}
|
||||
|
||||
{% if book.authors.exists %}
|
||||
{% blocktrans trimmed with path=book.local_path title=book|book_title %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue