1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Add Tooltip to active semester

This commit is contained in:
Mo 2022-09-21 17:14:25 +02:00
parent 950823585e
commit a562c2ee33

View file

@ -6,6 +6,7 @@
<div class="col">
Active semester: {{ active_semester_str() }}
<span class="fa fa-question-circle" title="The active semester can be changed in user settings"></span>
</div>
{% if (role == "admin") and (current_user.has_role("assistant")) %}