Merge pull request #1287 from bookwyrm-social/quote-fix

Fixes quote display
This commit is contained in:
Mouse Reeve 2021-08-12 08:18:57 -06:00 committed by GitHub
commit 0bcb9143bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
{% block card-content %}
{% with status_type=status.status_type %}
{% if status_type == 'GeneratedNote' or status_type == 'Rating' or not status.content %}
{% if status_type == 'GeneratedNote' or status_type == 'Rating' %}
{% include 'snippets/status/generated_status.html' with status=status %}
{% else %}
{% include 'snippets/status/content_status.html' with status=status %}