diff --git a/bookwyrm/templates/settings/announcements/announcement.html b/bookwyrm/templates/settings/announcements/announcement.html
index 37dba06f..8b49f4f4 100644
--- a/bookwyrm/templates/settings/announcements/announcement.html
+++ b/bookwyrm/templates/settings/announcements/announcement.html
@@ -31,35 +31,29 @@
-
-
- {% trans "Visible:" %}
- -
- {% if announcement in active_announcements %}
- {% trans "True" %}
- {% else %}
- {% trans "False" %}
- {% endif %}
-
-
+ - {% trans "Visible:" %}
+ -
+
+ {% if announcement in active_announcements %}
+ {% trans "True" %}
+ {% else %}
+ {% trans "False" %}
+ {% endif %}
+
+
{% if announcement.start_date %}
-
-
- {% trans "Start date:" %}
- - {{ announcement.start_date|naturalday }}
-
+ - {% trans "Start date:" %}
+ - {{ announcement.start_date|naturalday }}
{% endif %}
{% if announcement.end_date %}
-
-
- {% trans "End date:" %}
- - {{ announcement.end_date|naturalday }}
-
+ - {% trans "End date:" %}
+ - {{ announcement.end_date|naturalday }}
{% endif %}
-
-
- {% trans "Active:" %}
- - {{ announcement.active }}
-
+ - {% trans "Active:" %}
+ - {{ announcement.active }}
diff --git a/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html b/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html
index a35ed9e0..fe35ee7e 100644
--- a/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html
+++ b/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html
@@ -9,7 +9,7 @@ Finish "
{{ book_title }}"
{% endblock %}
{% block modal-form-open %}
-