From 02093ba844d0f2b303c519c8c49316bd45d11229 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 28 May 2021 22:34:15 +0200 Subject: fix note image urls diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index f1e65b4..81c40c7 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -34,7 +34,7 @@
{{ timeslot.note.content|safe }}
{% if timeslot.note.image %} -
+
{% endif %} {% endif %} -- cgit v0.10.2