From 6e2487ce102838e95e62c046cec83ac8493b4b77 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sat, 15 Oct 2022 03:39:07 +0200 Subject: [PATCH] Change frontend --- mycaldav/templates/op/op_view.html | 2 +- mycaldav/templates/vhc/vhc_view.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mycaldav/templates/op/op_view.html b/mycaldav/templates/op/op_view.html index 739b91e..971a672 100644 --- a/mycaldav/templates/op/op_view.html +++ b/mycaldav/templates/op/op_view.html @@ -10,7 +10,7 @@ {{task.key}}
{{task.str_start_date}} - {{task.str_end_date}}
- + {{task.str_start_time}} - {{task.str_end_time}}      {{ task.name }}
diff --git a/mycaldav/templates/vhc/vhc_view.html b/mycaldav/templates/vhc/vhc_view.html index 0e12bc3..ffd970b 100644 --- a/mycaldav/templates/vhc/vhc_view.html +++ b/mycaldav/templates/vhc/vhc_view.html @@ -10,8 +10,7 @@ {{task.key}}
{{task.str_start_date}} - {{task.str_end_date}}
- {{task.str_start_time}} - {{task.str_end_time}}
- + {{task.str_start_time}} - {{task.str_end_time}} {{task.name}}