From 2adcdfcb4ab7ba8f3505d0226e8e1f04d5c76506 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Tue, 10 Oct 2023 12:53:42 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20des=20lien=20sur=20caldav=20op=5Fv?= =?UTF-8?q?iew=5Ftemplate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycaldav/templates/op/op_view.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mycaldav/templates/op/op_view.html b/mycaldav/templates/op/op_view.html index ac39cc4..0cbbea4 100644 --- a/mycaldav/templates/op/op_view.html +++ b/mycaldav/templates/op/op_view.html @@ -19,7 +19,11 @@ {{task.str_start_time}} - {{task.str_end_time}}      - {{ task.name }}
+ {% if task.href != "" %} + {{ task.name }}
+ {% else %} + {{ task.name }}
+ {% endif %} {{task.desc}}