Skip to content
Snippets Groups Projects
Commit d50c6319 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use short name in AK plan

parent 732f37e9
No related branches found
No related tags found
No related merge requests found
Pipeline #4070 passed
......@@ -5,7 +5,7 @@
{% for slot in slots %}
{% if slot.start %}
{
'title': '{{ slot.ak.name }}',
'title': '{{ slot.ak.short_name }}',
'start': '{{ slot.start | timezone:event.timezone | date:"Y-m-d H:i:s" }}',
'end': '{{ slot.end | timezone:event.timezone | date:"Y-m-d H:i:s" }}',
'resourceId': '{{ slot.room.title }}',
......
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