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

Merge branch 'issue29' into 'master'

Save selections in URL. Closes #29.

Closes #29

See merge request Teckids/BiscuIT/BiscuIT-App-Chronos!12
parents e3a8d4ea bd19eb3e
No related tags found
1 merge request!12Save selections in URL. Closes #29.
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
<h1>{{ day }}</h1> <h1>{{ day }}</h1>
</div> </div>
<div class="btn-group" role="group" aria-label="Day actions"> <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' %} {% fa 'arrow-left' %}
</a> </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' %} {% fa 'arrow-right' %}
</a> </a>
</div> </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