Skip to content
Snippets Groups Projects
Commit c3feb74b authored by Julian's avatar Julian
Browse files

Add a button to go back to the "My students" overview if viewing a person in detail

parent 5e04e796
No related branches found
No related tags found
Loading
Pipeline #3668 passed
......@@ -9,6 +9,13 @@
{% block page_title %}
{% has_perm "alsijil.view_my_students" user as has_students %}
{% if has_students %}
<a href="{% url "my_students" %}"
class="btn-flat primary-color-text waves-light waves-effect btn-large">
<i class="material-icons center">chevron_left</i>
</a>
{% endif %}
{% blocktrans with person=person %}
Class register overview for {{ person }}
{% endblocktrans %}
......
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