Skip to content
Snippets Groups Projects

Resolve "Check (responsive) design"

Merged Julian requested to merge 94-check-responsive-design into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading