Fix color bug with course pages
The buttons regarding course management are now properly colored. Admittedly it's done in a pretty ugly way: A
95
86
96
{% trans "Edit course page" %}
87
97
88
98
89
99
{% trans "Student results" %}
90
100
91
101
{% trans "Students" %}
92
102
93 |
103 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
100 |
110 |
{% for student in student_list %} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
101 |
111 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
119 |
129 |
{% endfor %} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
120 |
130 |
121
131
{% endblock main %}