ScoDoc/app/templates/sidebar_dept.j2

11 lines
326 B
Plaintext
Raw Normal View History

2021-12-28 16:17:07 +01:00
{# -*- mode: jinja-html -*- #}
<h2 class="insidebar"><a href="{{
url_for('scolar.index_html', scodoc_dept=g.scodoc_dept)
2021-12-22 13:13:01 +01:00
}}">Dépt. {{ prefs["DeptName"] }}</a>
</h2>
2021-10-20 21:58:01 +02:00
{% if prefs["DeptIntranetURL"] %}
2021-12-22 13:13:01 +01:00
<a href="{{ prefs['DeptIntranetURL'] }}" class="sidebar">
2021-10-20 21:58:01 +02:00
{{ prefs["DeptIntranetTitle"] }}</a>
{% endif %}
<br />