Only show banner to authenticated users

This commit is contained in:
Mouse Reeve 2021-05-20 15:11:47 -07:00
parent 69a1f6a618
commit 9c13bf34a8

View file

@ -181,7 +181,7 @@
</div>
</nav>
{% if active_announcements.exists %}
{% if request.user.is_authenticated and active_announcements.exists %}
<div class="block is-flex-grow-1">
<div class="container">
{% for announcement in active_announcements %}