Added External Links

This commit is contained in:
2026-04-13 14:39:45 -05:00
parent d2604b5c10
commit 48f3c6d6cd
2 changed files with 15 additions and 5 deletions

View File

@@ -43,13 +43,23 @@
</ul>
</div>
{% endfor %}
{% if fpdata["links"] %}
<div>
<h2>Links</h2>
<ul>
{% for link in fpdata["links"] %}
<li><a href="{{ fpdata['links'][link] }}">{{ link }}</a></li>
{% endfor %}
</ul>
</div>
{% endif %}
</div>
<div id="other">
<div id="welcome">
<h2>{{ wdata["header"] }}</h2>
<p>{{ wdata["text"] }}</p>
<h2>{{ fpdata["header"] }}</h2>
<p>{{ fpdata["text"] }}</p>
<i>For assistance, please contact the Sector Administrator at <a
href="mailto:{{ wdata['email'] }}@icolotl.com">{{ wdata['email'] }}@icolotl.com</a>.</i>
href="mailto:{{ fpdata['email'] }}@icolotl.com">{{ fpdata['email'] }}@icolotl.com</a>.</i>
</div>
<div id="login">
<h2>Index Unified Login</h2>