Skip to content
Snippets Groups Projects

Improve plan (current & wall)

Merged Benjamin Hättasch requested to merge feature-plan-improve into master
3 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,6 +6,7 @@
@@ -6,6 +6,7 @@
{% if slot.start %}
{% if slot.start %}
{
{
'title': '{{ slot.ak.short_name }}',
'title': '{{ slot.ak.short_name }}',
 
'description': '{{ slot.ak.name }}',
'start': '{{ slot.start | timezone:event.timezone | date:"Y-m-d H:i:s" }}',
'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" }}',
'end': '{{ slot.end | timezone:event.timezone | date:"Y-m-d H:i:s" }}',
'resourceId': '{{ slot.room.title }}',
'resourceId': '{{ slot.room.title }}',
Loading