From 3c2aa724242e321a38680d07cd7ccf3a4377f19c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 30 Jan 2022 06:56:15 -0800 Subject: [PATCH] Fixes bad cache on status shelve buttons --- bookwyrm/templates/snippets/status/generated_status.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookwyrm/templates/snippets/status/generated_status.html b/bookwyrm/templates/snippets/status/generated_status.html index f9175144..4051f2c0 100644 --- a/bookwyrm/templates/snippets/status/generated_status.html +++ b/bookwyrm/templates/snippets/status/generated_status.html @@ -6,7 +6,6 @@ {% load cache %} {% if not hide_book %} - {% cache 259200 generated_status_book status.id %} {% with book=status.book|default:status.mention_books.first %}
@@ -26,7 +25,6 @@
{% endwith %} - {% endcache %} {% endif %} {% endspaceless %}