diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 2f8001dd..bad1cb6e 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -181,7 +181,7 @@ -{% if active_announcements.exists %} +{% if request.user.is_authenticated and active_announcements.exists %}