Use language in cachey key for about_page_superlatives
This commit is contained in:
parent
6947e74f5d
commit
51c932802a
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block about_content %}
|
{% block about_content %}
|
||||||
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
{# seven day cache #}
|
{# seven day cache #}
|
||||||
{% cache 604800 about_page_superlatives %}
|
{% cache 604800 about_page_superlatives LANGUAGE_CODE %}
|
||||||
|
|
||||||
{% get_book_superlatives as superlatives %}
|
{% get_book_superlatives as superlatives %}
|
||||||
<section class=" pb-4">
|
<section class=" pb-4">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue