Skip to content

Commit 4c446a4

Browse files
oliverroickhrodmn
andauthored
Skip description from asset props
Co-authored-by: Henry Rodman <[email protected]>
1 parent c0eaf63 commit 4c446a4

File tree

1 file changed

+1
-1
lines changed
  • runtimes/eoapi/stac/eoapi/stac/templates

1 file changed

+1
-1
lines changed

runtimes/eoapi/stac/eoapi/stac/templates/item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2 class="mt-5">Assets</h2>
7171

7272
<details class="mt-2">
7373
<summary>Asset Properties</summary>
74-
{% for asset_key, asset_opt in asset | dictsort if asset_key not in ["title", "type", "href", "roles", "alternate"] %}
74+
{% for asset_key, asset_opt in asset | dictsort if asset_key not in ["title", "type", "description", "href", "roles", "alternate"] %}
7575
<div class="row mb-1 small">
7676
<div class="col-3 font-weight-bold">{{ asset_key }}</div>
7777
<div class="col-9">

0 commit comments

Comments
 (0)