Skip to content
Snippets Groups Projects
Verified Commit bd19eb3e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Save selections in URL. Closes #29.

parent e3a8d4ea
No related branches found
Tags 1.2
1 merge request!12Save selections in URL. Closes #29.
......@@ -18,10 +18,10 @@
<h1>{{ day }}</h1>
</div>
<div class="btn-group" role="group" aria-label="Day actions">
<a href="{% url 'timetable_by_week' week_prev %}" class="btn btn-secondary">
<a href="{% url 'timetable_by_week' week_prev %}?{{ request.GET.urlencode }}" class="btn btn-secondary">
{% fa 'arrow-left' %}
</a>
<a href="{% url 'timetable_by_week' week_next %}" class="btn btn-secondary">
<a href="{% url 'timetable_by_week' week_next %}?{{ request.GET.urlencode }}" class="btn btn-secondary">
{% fa 'arrow-right' %}
</a>
</div>
......
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