Added links to location
This commit is contained in:
parent
2dabdf78da
commit
356ca1d3bd
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@
|
||||||
{% if event.location %}
|
{% if event.location %}
|
||||||
<div>
|
<div>
|
||||||
<i class="ri-map-pin-line ri-fw ri-sm"></i>
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if event.rrule %}
|
{% if event.rrule %}
|
||||||
|
|
Reference in a new issue