projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e62af8
)
Remove template reference to eventblocks
author
Magnus Hagander
<magnus@hagander.net>
Mon, 28 Sep 2020 15:47:37 +0000
(17:47 +0200)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/templates/events/archive.html
b/templates/events/archive.html
index 7332d59263f358adeaf61734e1d7f07c1bafb41a..f1f9af4e3748d9b7377bac429f9ce16e0e5490c3 100644
(file)
--- a/
templates/events/archive.html
+++ b/
templates/events/archive.html
@@
-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%}