-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|