Skip to content

Commit

Permalink
update Jinja HTML item template (geopython#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 20, 2024
1 parent 3e14893 commit 17080d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/templates/collections/items/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>{{ ptitle }}</h1>
{% for k, v in data['properties'].items() %}
{% if k != data['id_field'] %}
<tr>
<td>{{ k }}</td>
<td>{{ k | striptags }}</td>
<td>{{ render_item_value(v, 80) }}</td>
</tr>
{% endif %}
Expand Down

0 comments on commit 17080d8

Please sign in to comment.