Skip to content

Commit 71bb1dc

Browse files
committed
TESTING: API time without geometry
1 parent d1b5b5c commit 71bb1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/templates/entity.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1 class="govuk-heading-xl">{{ row_name }}</h1>
7171
</thead>
7272
<tbody class="govuk-table__body">
7373
{% for field in row.keys() %}
74-
{% if field != 'entity' %}
74+
{% if field != 'entity' and field != 'geometry' %}
7575
{%- if field not in ["geometry","point","organisation-entity","json"] or row[field] is not none %}
7676
<tr class="govuk-table__row">
7777
<th scope="row" class="app-table__header app-table__header--row">
@@ -96,7 +96,7 @@ <h1 class="govuk-heading-xl">{{ row_name }}</h1>
9696
{% endcall %}
9797

9898
{% set jsonHTML %}
99-
<pre class="govuk-!-margin-0"><code class="language-json app-code-block app-code-block-overflow" tabindex="0">{{row|digital_land_to_json}}</code></pre>
99+
<pre class="govuk-!-margin-0"><code class="language-json app-code-block app-code-block-overflow" tabindex="0"></code></pre>
100100
{% endset %}
101101
{% set geojsonHTML %}
102102
<pre class="govuk-!-margin-0"><code class="language-json app-code-block app-code-block-overflow" id="geojson-content" tabindex="0">Loading...</code></pre>

0 commit comments

Comments
 (0)