Skip to content

Commit

Permalink
fix: show banner for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
shrysjain committed Oct 2, 2024
1 parent 60872bb commit 579d9d7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions intranet/templates/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,13 @@ <h3 class="club-announcements-header">
{% endif %}

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

0 comments on commit 579d9d7

Please sign in to comment.