fix: missing slash in URL

pull/897/head
Raphaël Vinot 2024-03-12 19:48:14 +01:00
parent 88594a71f1
commit 54ef3bf54f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{% if hits %}
<ul>
{% for event_id, values in hits.items() %}
<li><a href="{{root_url}}events/{{event_id}}">Event {{event_id}}</a>:
<li><a href="{{root_url}}/events/{{event_id}}">Event {{event_id}}</a>:
<ul>
{% for v in values|sort %}
<li>{{ v }}</li>