forked from mirrors/bookwyrm
Only show banner to authenticated users
This commit is contained in:
parent
69a1f6a618
commit
9c13bf34a8
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue