diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 937ec432..5fe1664c 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -91,7 +91,7 @@ {% if request.user|notification_count %} - {{ request.user | notification_count }} + {{ request.user | notification_count }} {% endif %}