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

Bug fixes in timetable (issue #248)

parent e4969345
No related branches found
No related tags found
No related merge requests found
{% if not sub.is_event %}{% if sub.sub.type == 3 %} {% if not sub.is_event %}{% if sub.sub.type == 3 %}
{{ sub.sub.corridor.name }} {{ sub.sub.corridor.name }}
{% elif sub.sub.type == 1 or sub.sub.type == 2 %} {% elif sub.sub.type == 1 or sub.sub.type == 2 %}
{% elif sub.sub.roow_new and sub.sub.room_old %} {% elif sub.sub.room_new and sub.sub.room_old %}
{% templatetag openbrace %}{{ sub.sub.room_old.shortcode }}} \sout{% templatetag openbrace %}{{ sub.sub.room_old.shortcode }}}
$\rightarrow$ $\rightarrow$
{{ sub.sub.room_new.shortcode }} {{ sub.sub.room_new.shortcode }}
{% elif sub.sub.room_new and not sub.sub.room_old %} {% elif sub.sub.room_new and not sub.sub.room_old %}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{{ sub.sub.corridor.name }} {{ sub.sub.corridor.name }}
{% elif sub.sub.type == 1 or sub.sub.type == 2 %} {% elif sub.sub.type == 1 or sub.sub.type == 2 %}
{# Canceled lesson: no room #} {# Canceled lesson: no room #}
{% elif sub.sub.roow_new and sub.sub.room_old %} {% elif sub.sub.room_new and sub.sub.room_old %}
{# New and old room available #} {# New and old room available #}
<span class="tooltipped" data-position="bottom" <span class="tooltipped" data-position="bottom"
data-tooltip="{{ sub.sub.room_old.name }} → {{ sub.sub.room_new.name }}"> data-tooltip="{{ sub.sub.room_old.name }} → {{ sub.sub.room_new.name }}">
......
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