From b302ce4d4946a52c0f484785ad3ecd0fa665f8e8 Mon Sep 17 00:00:00 2001 From: paulmart-n Date: Tue, 12 Dec 2023 23:29:40 +0100 Subject: [PATCH] Plan prep backend --- templates/plan-anon.html | 10 ++++++---- templates/plan.html | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) 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 %}