diff --git a/catalog/templates/discover.html b/catalog/templates/discover.html
index 144df49f..1468e3f2 100644
--- a/catalog/templates/discover.html
+++ b/catalog/templates/discover.html
@@ -116,7 +116,7 @@
{% include "partial/_footer.html" %}
- {% if unread_announcements %}
+ {% if request.user.unread_announcements %}
{% include "partial/_announcement.html" %}
{% endif %}
@@ -34,6 +36,38 @@
+ {% if request.user.is_staff %}
+
+ {% endif %}
+
{% for category, category_shelves in shelf_list.items %}
{% for shelf_type, shelf in category_shelves.items %}
@@ -189,7 +223,7 @@
{% include "partial/_footer.html" %}
- {% if unread_announcements %}
+ {% if request.user.unread_announcements %}
{% include "partial/_announcement.html" %}
{% endif %}