Removes caches that cause CSRF token failures
This commit is contained in:
parent
f9d7512ffd
commit
abcae9e6c4
3 changed files with 0 additions and 12 deletions
|
@ -1,9 +1,6 @@
|
|||
{% load i18n %}
|
||||
{% load cache %}
|
||||
{% load bookwyrm_tags %}
|
||||
|
||||
{# 6 month cache #}
|
||||
{% cache 15552000 suggested_books request.user.id %}
|
||||
{% suggested_books as suggested_books %}
|
||||
<section class="block">
|
||||
<h2 class="title is-4">{% trans "Your Books" %}</h2>
|
||||
|
@ -80,4 +77,3 @@
|
|||
{% endwith %}
|
||||
{% endif %}
|
||||
</section>
|
||||
{% endcache %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue