diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html index f25ec869b..45d8f1ae9 100644 --- a/bookwyrm/templates/feed/feed.html +++ b/bookwyrm/templates/feed/feed.html @@ -73,7 +73,7 @@ {% endif %} {% if annual_summary_year and tab.key == 'home' %} -
+
{% include 'feed/summary_card.html' with year=annual_summary_year %}
diff --git a/bookwyrm/templates/feed/summary_card.html b/bookwyrm/templates/feed/summary_card.html index a5bc4643a..02718cdd9 100644 --- a/bookwyrm/templates/feed/summary_card.html +++ b/bookwyrm/templates/feed/summary_card.html @@ -7,6 +7,13 @@ {% blocktrans %}{{ year }} in the books{% endblocktrans %} + +
+ {% trans "Dismiss message" as button_text %} + +
{% endblock %} {% block card-content %}