From 03c64e291087f965dc0fc6d3a6952f00f0242212 Mon Sep 17 00:00:00 2001 From: Tobias Radloff Date: Fri, 21 Nov 2025 08:59:01 +0100 Subject: [PATCH] links to full-size flyer images now open in the same tab --- theme/templates/termine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/termine.html b/theme/templates/termine.html index fbda9ed..60ed285 100644 --- a/theme/templates/termine.html +++ b/theme/templates/termine.html @@ -41,7 +41,7 @@ {% if t.description %}

{{ t.description | replace("\n\n", "

") | replace("\n", "
") | replace("


", "

")}}

{% endif %} {% if t.link %}

Mehr Infos

{% endif %} - {% if t.image %}siehe auch … {% endif %} + {% if t.image %}siehe auch … {% endif %} {% endfor %}