diff --git a/bookwyrm/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html index d26636535..49e1ecfa3 100644 --- a/bookwyrm/templates/snippets/status_content.html +++ b/bookwyrm/templates/snippets/status_content.html @@ -3,7 +3,7 @@ {% if status.status_type == 'Review' %}

- {% if status.name %}{{ status.name }}
{% endif %} + {% if status.name %}{{ status.name }}
{% endif %}

{% include 'snippets/stars.html' with rating=status.rating %}

@@ -27,7 +27,7 @@ {% if status.quote %}
-
{{ status.quote | safe }}
+
{{ status.quote | safe }}

— {% include 'snippets/book_titleby.html' with book=status.book %}

diff --git a/bookwyrm/templates/snippets/trimmed_text.html b/bookwyrm/templates/snippets/trimmed_text.html index e8a1fa755..c2fab3ff3 100644 --- a/bookwyrm/templates/snippets/trimmed_text.html +++ b/bookwyrm/templates/snippets/trimmed_text.html @@ -6,18 +6,18 @@ {% if trimmed != full %}
-
-
{% else %} -
{{ full | to_markdown | safe }}
+
{{ full | to_markdown | safe }}
{% endif %} {% endwith %}