Skip to content
Snippets Groups Projects
Commit e3933b82 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Apply suggestion to aleksis/apps/chronos/templates/chronos/partials/subs/room.html

parent f5aba430
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -40,7 +40,7 @@
<span class="tooltipped" data-position="bottom"
data-tooltip="{{ room.name }}">
<a href="{% url "timetable_smart_plan" "room" room.id %}">
<strong>{{ room.shortcode }}{% if not forloop.last %},{% endif %}</strong>
<strong>{{ room.short_name }}{% if not forloop.last %},{% endif %}</strong>
</a>
</span>
{% endfor %}
......
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