Skip to content

Commit

Permalink
Update additional_info.html - removing datasetextend preview from table
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaKnezevic authored Nov 7, 2023
1 parent 94d4236 commit f48283b
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@
{%- 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>
<th scope="row" class="dataset-label" property="rdfs:label">{{ h.scheming_language_text(field.label) }}</th>

<td class="dataset-details" {% if field.display_property %}
property="{{ field.display_property}}">
{% endif %}
{# {%- snippet 'scheming/snippets/display_field.html', field=field, data=pkg_dict -%} #}
{%- snippet 'scheming/display_snippets/spatial.html', field=field, data=pkg_dict -%}
</td>
<tr>
</tr>
<tr>
<th scope="row" class="dataset-label" property="rdfs:label">{{ _('spatial') }}</th>
Expand Down

0 comments on commit f48283b

Please sign in to comment.