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

Update vars in quicklaunch.html

parent b385fc4c
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% for class in classes %} {% for class in classes %}
<a class="waves-effect waves-light btn btn-timetable-quicklaunch primary" <a class="waves-effect waves-light btn btn-timetable-quicklaunch primary"
href="{% url 'timetable' 'group' class.id %}"> href="{% url 'timetable' 'group' class.pk %}">
{{ class.short_name }} {{ class.short_name }}
</a> </a>
{% endfor %} {% endfor %}
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
{% for room in rooms %} {% for room in rooms %}
<a class="waves-effect waves-light btn btn-timetable-quicklaunch primary" <a class="waves-effect waves-light btn btn-timetable-quicklaunch primary"
href="{% url 'timetable' 'room' room.id %}"> href="{% url 'timetable' 'room' room.pk %}">
{{ room.short_name }} {{ room.short_name }}
</a> </a>
{% endfor %} {% 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