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

Merge branch 'issue21' into 'master'

Save group in url when changing week. Closes #21.

Closes #21

See merge request Teckids/BiscuIT/BiscuIT-App-Alsijil!7
parents 196f4623 9e819c1d
No related branches found
No related tags found
1 merge request!7Save group in url when changing week. Closes #21.
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
<div class="card-header bg-light text-dark"> <div class="card-header bg-light text-dark">
{% blocktrans %}Lessons{% endblocktrans %} {% blocktrans %}Lessons{% endblocktrans %}
<div class="btn-group" role="group" aria-label="Week actions"> <div class="btn-group" role="group" aria-label="Week actions">
<a href="{% url 'group_week_by_week' week_prev %}" class="btn btn-secondary"> <a href="{% url 'group_week_by_week' week_prev %}?{{ request.GET.urlencode }}" class="btn btn-secondary">
{% fa 'arrow-left' %} {% fa 'arrow-left' %}
</a> </a>
<a href="{% url 'group_week_by_week' week_next %}" class="btn btn-secondary"> <a href="{% url 'group_week_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