Skip to content
Snippets Groups Projects
Verified Commit 2df4e13d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Replace "Class" by "Group"

parent ca7a85c9
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -22,7 +22,7 @@
</div>
<div class="col s12 m4">
<h5>{% trans "Classes" %}</h5>
<h5>{% trans "Groups" %}</h5>
{% for class in classes %}
<a class="waves-effect waves-light btn btn-timetable-quicklaunch primary"
......
......@@ -26,7 +26,7 @@
{# Show class teacher and deputy class teacher #}
{% if type == "group" and el.owners.all %}
<h5>{% trans "Class teachers:" %}
<h5>{% trans "Group teachers:" %}
{% for teacher in el.owners.all %}
<span data-position="bottom" class="tooltipped"
data-tooltip="{{ teacher }}">
......
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