Merge pull request #1830 from bookwyrm-social/bad-cache

Removes bad cache on content status reading buttons
This commit is contained in:
Mouse Reeve 2022-01-17 08:11:33 -08:00 committed by GitHub
commit 3c26e9ead1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
{% load i18n %}
{% load static %}
{% load humanize %}
{% load cache %}
{% with status_type=status.status_type %}
<div
@ -16,7 +15,6 @@
<div class="columns is-gapless">
{% if not hide_book %}
{% cache 259200 content_status_book status.id %}
{% with book=status.book|default:status.mention_books.first %}
{% if book %}
<div class="column is-cover">
@ -36,7 +34,6 @@
</div>
{% endif %}
{% endwith %}
{% endcache %}
{% endif %}
<article class="column ml-3-tablet my-3-mobile">