diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index a82c00f69..ff027a3dc 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -194,7 +194,7 @@ {% endif %}
{% if request.user.is_authenticated %} - {% if user_statuses.review_count or user_statuses.comment_count or user_stuatses.quotation_count %} + {% if user_statuses.review_count or user_statuses.comment_count or user_statuses.quotation_count %}
diff --git a/bookwyrm/templates/lists/list_items.html b/bookwyrm/templates/lists/list_items.html index 1fdaaca92..8cbf6ee50 100644 --- a/bookwyrm/templates/lists/list_items.html +++ b/bookwyrm/templates/lists/list_items.html @@ -22,7 +22,7 @@ {% endwith %}
-
+
{% if list.description %} {{ list.description|to_markdown|safe|truncatechars_html:30 }} {% else %} diff --git a/bookwyrm/templates/login.html b/bookwyrm/templates/login.html index 8ed5d0447..e3d0133cf 100644 --- a/bookwyrm/templates/login.html +++ b/bookwyrm/templates/login.html @@ -38,6 +38,9 @@
+
+ +
{% if site.allow_registration %}

{% trans "Create an Account" %}

@@ -50,15 +53,15 @@ {% endif %}
+ -
-
- {% include 'snippets/about.html' %} +
+
+ {% include 'snippets/about.html' %} -

- {% trans "More about this site" %} -

-
+

+ {% trans "More about this site" %} +

{% endblock %} diff --git a/bookwyrm/templates/search/book.html b/bookwyrm/templates/search/book.html index 9af8a3943..08e1dad28 100644 --- a/bookwyrm/templates/search/book.html +++ b/bookwyrm/templates/search/book.html @@ -7,7 +7,7 @@ {% with results|first as local_results %}