fix: spaceapi v15 compliance
This commit is contained in:
parent
7294dbc66c
commit
f2a77ec1b6
2 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@ jinja_environment:
|
||||||
en: 'Every Wednesday from 19:00'
|
en: 'Every Wednesday from 19:00'
|
||||||
web: 'https://odenwilusenz.ch/'
|
web: 'https://odenwilusenz.ch/'
|
||||||
contact: {}
|
contact: {}
|
||||||
|
spaceapi: https://spaceapi.odenwilusenz.ch/api.json
|
||||||
|
|
||||||
- name: 'Ruum42'
|
- name: 'Ruum42'
|
||||||
address: 'Andreasstrasse 5<br/>9000 St. Gallen'
|
address: 'Andreasstrasse 5<br/>9000 St. Gallen'
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{%- for space in hackerspaces | selectattr('spaceapi') %}
|
{%- for space in hackerspaces | selectattr('spaceapi') %}
|
||||||
{
|
{
|
||||||
"endpoint": "{{ space.spaceapi }}",
|
"endpoint": "{{ space.spaceapi }}",
|
||||||
"website": "{{ space.website }}"
|
"website": "{{ space.web }}"
|
||||||
}{% if not loop.last %},{% endif %}
|
}{% if not loop.last %},{% endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue