diff --git a/bookwyrm/templates/discover/large-book.html b/bookwyrm/templates/discover/large-book.html
index 1808a0f9..7def6e13 100644
--- a/bookwyrm/templates/discover/large-book.html
+++ b/bookwyrm/templates/discover/large-book.html
@@ -17,7 +17,7 @@
{% if book.authors %}
diff --git a/bookwyrm/templates/discover/small-book.html b/bookwyrm/templates/discover/small-book.html
index ad7e00fb..73133de4 100644
--- a/bookwyrm/templates/discover/small-book.html
+++ b/bookwyrm/templates/discover/small-book.html
@@ -11,7 +11,7 @@
{% include 'snippets/stars.html' with rating=book|rating:request.user %}
{% if book.authors %}
diff --git a/bookwyrm/templates/edit_author.html b/bookwyrm/templates/edit_author.html
index 542b57f9..b575bbb2 100644
--- a/bookwyrm/templates/edit_author.html
+++ b/bookwyrm/templates/edit_author.html
@@ -76,7 +76,7 @@
diff --git a/bookwyrm/templates/feed/direct_messages.html b/bookwyrm/templates/feed/direct_messages.html
index 1e361e61..0b7dcd79 100644
--- a/bookwyrm/templates/feed/direct_messages.html
+++ b/bookwyrm/templates/feed/direct_messages.html
@@ -10,7 +10,7 @@
{% trans "Direct Messages" %}
{% endif %}
- {% if partner %}
{% trans "All messages" %}
{% endif %}
+ {% if partner %}
{% trans "All messages" %}
{% endif %}
diff --git a/bookwyrm/templates/import.html b/bookwyrm/templates/import.html
index 239b6914..c4f0dfae 100644
--- a/bookwyrm/templates/import.html
+++ b/bookwyrm/templates/import.html
@@ -56,7 +56,7 @@
{% endif %}
diff --git a/bookwyrm/templates/import_status.html b/bookwyrm/templates/import_status.html
index 3ce929e6..e06392a8 100644
--- a/bookwyrm/templates/import_status.html
+++ b/bookwyrm/templates/import_status.html
@@ -124,7 +124,7 @@
{% if item.book %}
-
+
{% include 'snippets/book_cover.html' with book=item.book cover_class='is-h-s' %}
{% endif %}
diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html
index c45f2380..bc654401 100644
--- a/bookwyrm/templates/layout.html
+++ b/bookwyrm/templates/layout.html
@@ -94,12 +94,12 @@
-
+
{% trans 'Import Books' %}
-
+
{% trans 'Settings' %}
@@ -122,14 +122,14 @@
{% endif %}
-
+
{% trans 'Log out' %}
diff --git a/bookwyrm/templates/notifications.html b/bookwyrm/templates/notifications.html
index ba0a25cd..73ad23b8 100644
--- a/bookwyrm/templates/notifications.html
+++ b/bookwyrm/templates/notifications.html
@@ -107,7 +107,7 @@
{% endif %}
{% endif %}
{% elif notification.related_import %}
- {% blocktrans with related_id=notification.related_import.id %}Your import completed.{% endblocktrans %}
+ {% blocktrans with related_id=notification.related_import.id %}Your import completed.{% endblocktrans %}
{% elif notification.related_report %}
{% url 'settings-report' notification.related_report.id as path %}
{% blocktrans with related_id=path %}A new report needs moderation.{% endblocktrans %}
diff --git a/bookwyrm/templates/preferences/preferences_layout.html b/bookwyrm/templates/preferences/preferences_layout.html
index d463d9cb..baf87e47 100644
--- a/bookwyrm/templates/preferences/preferences_layout.html
+++ b/bookwyrm/templates/preferences/preferences_layout.html
@@ -11,16 +11,19 @@
diff --git a/bookwyrm/templates/snippets/authors.html b/bookwyrm/templates/snippets/authors.html
index 9459b0fe..476956b6 100644
--- a/bookwyrm/templates/snippets/authors.html
+++ b/bookwyrm/templates/snippets/authors.html
@@ -5,7 +5,7 @@
{% endcomment %}
{% for author in book.authors.all %}
diff --git a/bookwyrm/templates/snippets/status/layout.html b/bookwyrm/templates/snippets/status/layout.html
index 6014158f..ddbd6f20 100644
--- a/bookwyrm/templates/snippets/status/layout.html
+++ b/bookwyrm/templates/snippets/status/layout.html
@@ -44,7 +44,7 @@
{% else %}
|