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

Fix "No newline at end of file"

parent 6552e7fc
No related branches found
No related tags found
1 merge request!301New data model based on calendar events
Pipeline #169252 failed
......@@ -3,4 +3,4 @@
{% trans "Teachers" %}: {{ event.teacher_names_with_amends|default:"–" }}
{% trans "Rooms" %}: {{ event.room_names_with_amends|default:"–" }}{% if event.comment %}
{{ event.comment }}{% endif %}
\ No newline at end of file
{{ event.comment }}{% endif %}
{% load i18n %}{% trans "Teachers" %}: {{ event.teacher_names }}
{% trans "Areas" %}: {{ event.room_names }}
\ No newline at end of file
{% trans "Areas" %}: {{ event.room_names }}
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