diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index a8d06ee8d..1227e39c4 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -25,7 +25,7 @@ {% block body %} - {% with request.user.unread_notification_count as notification_count %} + {% with notification_count=request.user.unread_notification_count has_unread_mentions=request.user.has_unread_mentions %} @@ -69,7 +69,7 @@ {% trans "Notifications" %} @@ -108,7 +108,7 @@ {{ notification_count }}