Skip to content

Commit 7cee866

Browse files
committed
show banner for everyone
1 parent 60872bb commit 7cee866

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

intranet/templates/dashboard/dashboard.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,13 @@ <h3 class="club-announcements-header">
229229
{% endif %}
230230

231231
{% if view_announcements_url == "club_announcements" %}
232-
{% if request.user.is_club_officer or request.user.is_club_sponsor %}
233-
<div class="announcement-banner">
234-
Club announcements is a new Ion feature that enables clubs to better communicate with their members.
235-
It is currently in beta release and is only available to select clubs.
236-
If your club is interested in participating in the rollout, contact
237-
<a href="mailto:[email protected]" class="announcement-link">[email protected]</a>
238-
. The feature will be released to the entire TJ community in the near future.
239-
</div>
240-
{% endif %}
232+
<div class="announcement-banner">
233+
Club announcements is a new Ion feature that enables clubs to better communicate with their members.
234+
It is currently in beta release and is only available to select clubs.
235+
If your club is interested in participating in the rollout, contact
236+
<a href="mailto:[email protected]" class="announcement-link">[email protected]</a>
237+
. The feature will be released to the entire TJ community in the near future.
238+
</div>
241239
<div class="club-announcement-filters">
242240
<div class="club-announcement-filter subscribed-filter active">Your Subscriptions</div>
243241
<div class="club-announcement-filter unsubscribed-filter">Other Club Announcements</div>

0 commit comments

Comments
 (0)