Added links to location

This commit is contained in:
Edgar P. Burkhart 2022-01-29 10:56:35 +01:00
parent 2dabdf78da
commit 356ca1d3bd
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@
{% if event.location %}
<div>
<i class="ri-map-pin-line ri-fw ri-sm"></i>
{{ event.location }}
<a href="https://nominatim.openstreetmap.org/ui/search.html?q={{event.location}}">
{{ event.location }}
</a>
</div>
{% endif %}
{% if event.rrule %}