Remove template reference to eventblocks
authorMagnus Hagander <magnus@hagander.net>
Mon, 28 Sep 2020 15:47:37 +0000 (17:47 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 28 Sep 2020 15:48:21 +0000 (17:48 +0200)
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

index 7332d59263f358adeaf61734e1d7f07c1bafb41a..f1f9af4e3748d9b7377bac429f9ce16e0e5490c3 100644 (file)
@@ -29,7 +29,7 @@ whatsoever.</em>
 </div>
 {%endfor%}
 {%if not archive%}
-<p><a href="/about/eventarchive/{{eventblock.link}}">Older {{eventblock.name}}</a></p>
+<p><a href="/about/eventarchive/">Older events</a></p>
 {%endif%}
 
 {%if not archive%}