Removes caches that cause CSRF token failures

This commit is contained in:
Mouse Reeve
2022-01-07 09:47:58 -08:00
parent f9d7512ffd
commit abcae9e6c4
3 changed files with 0 additions and 12 deletions

View File

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