From 92ef3a574cb41e3749c21d2385af645c71e0b37d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 30 Sep 2020 12:02:00 -0700 Subject: [PATCH] Fix notification count styling --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 937ec432d..5fe1664cd 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 %}