No cache for suggested books
This commit is contained in:
parent
556c9ea98f
commit
e8c830750a
2 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,8 @@
|
|||
<h2 class="title has-text-centered">{% trans "Recent Books" %}</h2>
|
||||
</div>
|
||||
|
||||
{% cache 60 * 60 %}
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
{% cache 60 * 60 LANGUAGE_CODE %}
|
||||
<section class="tile is-ancestor">
|
||||
<div class="tile is-vertical is-6">
|
||||
<div class="tile is-parent">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue