Skip to content
Snippets Groups Projects
Commit c4f9f72c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix teacher names in group week view.

parent 25dd493d
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
{{ period.lesson.subject.name }} {{ period.lesson.subject.name }}
</a> </a>
</td> </td>
<td>{{ period.lesson.teachers|join:', ' }}</td> <td>{{ period.lesson.teacher_names }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
......
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