Skip to content

Commit 941b791

Browse files
makorsaarushtools
authored andcommitted
fix(dash): fix visibility of senior email forwarding header
1 parent 0d8ccc3 commit 941b791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intranet/templates/dashboard/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h3 class="club-announcements-header">
239239
</div>
240240
{% endif %}
241241

242-
{% if show_near_graduation_message %}
242+
{% if show_near_graduation_message and page_num == 1 and view_announcements_url != "announcements_archive" and view_announcements_url != "club_announcements" %}
243243
{% include "dashboard/senior_forwarding.html" %}
244244
{% endif %}
245245

0 commit comments

Comments
 (0)