Mise à jour de 'app/templates/sidebar_dept.html' #183

Merged
viennet merged 2 commits from :master into master 2021-11-15 19:43:05 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h2 class="insidebar">Dépt. {{ prefs["DeptName"] }}</h2>
<a href="{{ url_for('scolar.index_html', scodoc_dept=g.scodoc_dept) }}" class="sidebar">Accueil</a> <br />
{% if prefs["DeptIntranetURL"] %}
<a href="{{ prefs[" DeptIntranetURL"] }}" class="sidebar">
<a href="{{ prefs["DeptIntranetURL"] }}" class="sidebar">
{{ prefs["DeptIntranetTitle"] }}</a>
{% endif %}
<br />