diff --git a/bookwyrm/templates/notifications/notifications_page.html b/bookwyrm/templates/notifications/notifications_page.html index c6a2c3ed5..aeb2cfac6 100644 --- a/bookwyrm/templates/notifications/notifications_page.html +++ b/bookwyrm/templates/notifications/notifications_page.html @@ -10,6 +10,7 @@

{% trans "Notifications" %}

+ {% if notifications %}
{% csrf_token %} {% spaceless %} @@ -19,6 +20,7 @@ {% endspaceless %}
+ {% endif %}