diff --git a/pygeoapi/templates/collections/items/index.html b/pygeoapi/templates/collections/items/index.html index 4a3ea4c..6153d2d 100644 --- a/pygeoapi/templates/collections/items/index.html +++ b/pygeoapi/templates/collections/items/index.html @@ -92,7 +92,7 @@ {% for k in data['features'][0]['properties'].keys() %} {% if k not in [data.id_field, data.title_field, data.uri_field, 'extent'] %} {% set props = props.append(k) %} -