Skip to content

Commit

Permalink
Update additional_info.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaKnezevic authored Nov 7, 2023
1 parent f48283b commit f98daec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
{%- for field in schema.dataset_fields -%}
{%- if field.field_name not in exclude_fields and field.display_snippet is not none -%}
{% if field.field_name == 'spatial' and pkg_dict.spatial %}
<tr>
</tr>
<tr>
<th scope="row" class="dataset-label" property="rdfs:label">{{ _('spatial') }}</th>
<th scope="row" class="dataset-label" property="rdfs:label">{{ _('Räumliche Ausdehnung (Geometrie)') }}</th>
<td class="dataset-details" property="rdf:value"><p id="para" class="myClass">{{ pkg_dict.spatial }}</p><button id="clickMe" class="clickMe btn btn-primary">+</button></td>
</tr>
{% else %}
Expand Down

0 comments on commit f98daec

Please sign in to comment.