From 77f11572f30e7fcf984f201709a1f94076350416 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 18 Mar 2021 09:08:19 -0700 Subject: [PATCH] Remove invalid aria tag thank you, bot --- bookwyrm/templates/feed/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html index 13533f72d..b7ff6e253 100644 --- a/bookwyrm/templates/feed/feed.html +++ b/bookwyrm/templates/feed/feed.html @@ -21,7 +21,7 @@ {# announcements and system messages #} {% if request.user.show_goal and not goal and tab == 'home' %} {% now 'Y' as year %} -
+
{% include 'snippets/goal_card.html' with year=year %}