diff --git a/bookwyrm/templates/components/modal.html b/bookwyrm/templates/components/modal.html
index 1110a8ee..18b69b25 100644
--- a/bookwyrm/templates/components/modal.html
+++ b/bookwyrm/templates/components/modal.html
@@ -2,12 +2,12 @@
role="dialog"
class="modal hidden"
id="{{ controls_text }}-{{ controls_uid }}"
- aria-labelledby="modal-card-title-{{ controls_uid }}"
+ aria-labelledby="modal-card-title-{{ controls_text }}-{{ controls_uid }}"
>
-
+
{% block modal-title %}{% endblock %}
{% include 'snippets/toggle/toggle_button.html' with label="close" class="delete" nonbutton=True %}
@@ -23,7 +23,6 @@
{% block modal-form-close %}{% endblock %}
-
{% include 'snippets/toggle/toggle_button.html' with label="close" class="modal-close is-large" nonbutton=True %}
diff --git a/bookwyrm/templates/snippets/pagination.html b/bookwyrm/templates/snippets/pagination.html
index c9c73ac3..2ac10557 100644
--- a/bookwyrm/templates/snippets/pagination.html
+++ b/bookwyrm/templates/snippets/pagination.html
@@ -1,5 +1,5 @@
{% load i18n %}
-