Skip to content
Snippets Groups Projects
Commit e62b95bc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add tooltips [TIMETABLE/SUBSTITUTIONS]

parent 1ab7903a
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,8 @@
{# {% else %}#}
{# <strong>{{ sub.teacher_old.shortcode }}</strong>#}
{# {% endif %}#}
{{ sub.teacher|safe }}
<span class="tooltipped" data-position="bottom"
data-tooltip="{{ sub.teacher_full|safe }}">{{ sub.teacher|safe }}</span>
</td>
<td>
{# {% if sub.type == 3 %}#}
......@@ -156,7 +157,8 @@
{# {{ sub.room_old.shortcode }}#}
{# </strong>#}
{# {% endif %}#}
{{ sub.room|safe }}
<span class="tooltipped" data-position="bottom"
data-tooltip="{{ sub.room_full|safe }}">{{ sub.room|safe }}</span>
</td>
<td>
{# <em>{{ sub.text|default:"" }}</em>#}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment