mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add Tooltip to active semester
This commit is contained in:
parent
950823585e
commit
a562c2ee33
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
Active semester: {{ active_semester_str() }}
|
Active semester: {{ active_semester_str() }}
|
||||||
|
<span class="fa fa-question-circle" title="The active semester can be changed in user settings"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if (role == "admin") and (current_user.has_role("assistant")) %}
|
{% if (role == "admin") and (current_user.has_role("assistant")) %}
|
||||||
|
|
Loading…
Reference in a new issue