diff --git a/bookwyrm/templates/lists/item_notes_field.html b/bookwyrm/templates/lists/item_notes_field.html index 76c28864..c09c5023 100644 --- a/bookwyrm/templates/lists/item_notes_field.html +++ b/bookwyrm/templates/lists/item_notes_field.html @@ -12,7 +12,7 @@ id="id_notes_{{ form_id }}" maxlength="300" name="notes" - aria-described-by="notes_description_{{ form_id }}" + aria-describedby="notes_description_{{ form_id }}" >{{ item.notes|default:'' }}

diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 01970881..8e35416f 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -73,7 +73,7 @@ {% if item.notes %}

-
+
@@ -263,7 +263,7 @@