diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index bff57e1e535712cd6ef06d4ed6ff95c6254acce2..9534789a5907a63a452a30124ceaece39fed053e 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -6,14 +6,19 @@ {% block bootstrap4_title %}{% blocktrans%}Current week{% endblocktrans %} — {{ block.super }}{% endblock %} {% block current_content %} - <form method="get"> - <ul id="timetable_select_form"> - {{ select_form.as_ul }} - </ul> - <button type="submit" class="btn btn-secondary"> - {% blocktrans %}Select{% endblocktrans %} - </button> - </form> + <div class="d-flex justify-content-between"> + <form method="get"> + <ul id="timetable_select_form"> + {{ select_form.as_ul }} + </ul> + <button type="submit" class="btn btn-secondary"> + {% blocktrans %}Select{% endblocktrans %} + </button> + </form> + <a class="btn btn-secondary" href="{% url 'full_register_group' id=group.id_ %}"> + {% fa 'print' %} + </a> + </div> {% if group %} <div class="row">