fix: URL in leaflet popup was missing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
76e428b5ca
commit
8999acbd07
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ window.onload = (ev) => {
|
|||
|
||||
let spaces = [
|
||||
{% for space in hackerspaces %}
|
||||
{ name: '{{ space.name }}', address: '{{ space.address }}', lat: {{ space.lat }}, lon: {{ space.lon }}, open: '{{ space.open[lang] }}', web: '{{ space.contact.web }}', spaceapi: {% if 'spaceapi' in space %}'{{ space.spaceapi }}'{% else %}null{% endif %} },
|
||||
{ name: '{{ space.name }}', address: '{{ space.address }}', lat: {{ space.lat }}, lon: {{ space.lon }}, open: '{{ space.open[lang] }}', web: '{{ space.web }}', spaceapi: {% if 'spaceapi' in space %}'{{ space.spaceapi }}'{% else %}null{% endif %} },
|
||||
{% endfor %}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue