Skip to content

Commit bf440a3

Browse files
committed
-> Banner update
1 parent dd919e8 commit bf440a3

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

templates/base.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,17 @@
9191
{% endautoescape %}
9292
{% endif %}
9393
<div id="js-messages">
94-
{% if request.user.is_authenticated %}
95-
<div class="alert alert-warning alert-dismissible">
96-
<button type="button" class="close" data-dismiss="alert">
97-
<span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
98-
</button>
99-
We have removed user accounts from our system. If you would like to provide feedback on this
100-
decision or need help accessing your previously saved cohorts, please visit us at our
101-
<a class="external-link" href="" url="https://discourse.canceridc.dev/"
102-
title="IDC Discourse Forum" data-toggle="modal" data-target="#external-web-warning">
103-
Discourse Forum <i class="fa-solid fa-external-link external-link-icon" aria-hidden="true"></i>
104-
</a>.
105-
</div>
106-
{% endif %}
94+
<div class="alert alert-warning alert-dismissible">
95+
<button type="button" class="close" data-dismiss="alert">
96+
<span aria-hidden="true">&times;</span><span class="sr-only">Close</span>
97+
</button>
98+
We have removed user accounts from our system. If you would like to provide feedback on this
99+
decision or need help accessing your previously saved cohorts, please visit us at our
100+
<a class="external-link" href="" url="https://discourse.canceridc.dev/t/idc-portal-sign-in-feature-deprecation/723"
101+
title="IDC Discourse Forum" data-toggle="modal" data-target="#external-web-warning">
102+
Discourse topic <i class="fa-solid fa-external-link external-link-icon" aria-hidden="true"></i>
103+
</a>.
104+
</div>
107105
</div>
108106
</div>
109107
</div>

0 commit comments

Comments
 (0)