From a80cc420a2d13800a66d8afcda726d7418968852 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 28 Sep 2020 17:47:37 +0200 Subject: [PATCH] Remove template reference to eventblocks This hasn't been used for a long time but was left over in a template. It would render a link with a space in the title and missing the word "events"... --- templates/events/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/events/archive.html b/templates/events/archive.html index 7332d592..f1f9af4e 100644 --- a/templates/events/archive.html +++ b/templates/events/archive.html @@ -29,7 +29,7 @@ whatsoever. {%endfor%} {%if not archive%} -

Older {{eventblock.name}}

+

Older events

{%endif%} {%if not archive%} -- 2.39.5