diff --git a/templates/plan-anon.html b/templates/plan-anon.html index a40d4d8..1a945db 100644 --- a/templates/plan-anon.html +++ b/templates/plan-anon.html @@ -22,16 +22,19 @@
18
19
-
+
{% for e in range (eventdays|length) %}

{{ eventdays[e]["day"] }}

{{ eventdays[e]["long"] }}

+
@@ -40,8 +43,7 @@

{{ i["name"] }}

{{ i["room"] }}

-

{{ i["dur"] }}

-

{{ i["start"] }} - {{ i["end"] }}

+

{{ i["start"] }} - {{ i["end"] }} ({{ i["dur"] }}h)

{% endif %} {% endfor %} diff --git a/templates/plan.html b/templates/plan.html index 5052bdf..c296c74 100644 --- a/templates/plan.html +++ b/templates/plan.html @@ -29,9 +29,12 @@

{{ eventdays[e]["day"] }}

{{ eventdays[e]["long"] }}

+
@@ -40,8 +43,7 @@

{{ i["name"] }}

{{ i["room"] }}

-

{{ i["dur"] }}

-

{{ i["start"] }} - {{ i["end"] }}

+

{{ i["start"] }} - {{ i["end"] }} ({{ i["dur"] }}h)

{% endif %} {% endfor %}