You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Ion.egg-info/PKG-INFO
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Intranet 3
91
91
*Version 3.0.0*
92
92
93
93
Intranet3 (Ion) is the next-generation Intranet platform for `TJHSST
94
-
<https://www.tjhsst.edu/>`_. Using Python, Django, Redis, Postgres, and many other technologies, Ion was developed from the ground up to be simple, well-documented, and extensible.
94
+
<https://tjhsst.fcps.edu/>`_. Using Python, Django, Redis, Postgres, and many other technologies, Ion was developed from the ground up to be simple, well-documented, and extensible.
95
95
96
96
Documentation (in RestructuredText format) is available inside the "docs" folder or at https://tjcsl.github.io/ion publicly on the web.
{% if enrichment.presign or enrichment.restricted %}
48
47
•
48
+
{% endif %}
49
+
{% if enrichment.presign %}
49
50
<span
50
51
class="badge yellow clickable"
51
-
data-append-search="is:p"
52
52
title="Signups for this enrichment activity open on {{ enrichment.is_too_early_to_signup.1|date:'l, F j' }} at {{ enrichment.is_too_early_to_signup.1|date:'P' }}">
53
53
2 day
54
54
</span>
55
55
{% endif %}
56
+
{% if enrichment.restricted %}
57
+
{% if enrichment.id in authorized_enrichments %}
58
+
<spanclass="badge green clickable" title="You are authorized to sign up for this restricted activity.">
59
+
Authorized
60
+
</span>
61
+
{% else %}
62
+
<spanclass="badge purple clickable" title="This activity is restricted to those on the authorized list.">
0 commit comments