1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-12 13:24:05 +00:00

Remove invalid aria tag

thank you, bot
This commit is contained in:
Mouse Reeve 2021-03-18 09:08:19 -07:00
parent 48a5232ebb
commit 77f11572f3

View file

@ -21,7 +21,7 @@
{# announcements and system messages #}
{% if request.user.show_goal and not goal and tab == 'home' %}
{% now 'Y' as year %}
<section class="block" aria-title="{% trans 'Announcements' %}">
<section class="block">
{% include 'snippets/goal_card.html' with year=year %}
<hr>
</section>