mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-23 06:16:18 +00:00
Fixes quote display
This commit is contained in:
parent
19ddcedf14
commit
6880657deb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{% block card-content %}
|
{% block card-content %}
|
||||||
{% with status_type=status.status_type %}
|
{% 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 %}
|
{% include 'snippets/status/generated_status.html' with status=status %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include 'snippets/status/content_status.html' with status=status %}
|
{% include 'snippets/status/content_status.html' with status=status %}
|
||||||
|
|
Loading…
Reference in a new issue