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

Fix wrong tooltip for rooms in substitutions (wrong attribute)

parent 5d161253
No related branches found
No related tags found
1 merge request!87Resolve "Wrong tooltip for rooms in substitution table"
Pipeline #3701 passed
This commit is part of merge request !87. Comments created here will be created in the context of that merge request.
......@@ -4,8 +4,8 @@
{% elif el.room and el.lesson_period.room %}
{# New and old room available #}
<span class="tooltipped" data-position="bottom"
data-tooltip="{{ el.lesson_period.room.name }} → {{ el.lesson_period.room.name }}"
title="{{ el.lesson_period.room.name }} → {{ el.lesson_period.room.name }}">
data-tooltip="{{ el.lesson_period.room.name }} → {{ el.room.name }}"
title="{{ el.lesson_period.room.name }} → {{ el.room.name }}">
<a href="{% url "timetable" "room" el.lesson_period.room.pk %}">
<s>{{ el.lesson_period.room.short_name }}</s>
</a>
......
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