From 06af0af6404a237dbf38a5751b76b649ffa77f9f Mon Sep 17 00:00:00 2001 From: CarlosCoelhoSL Date: Mon, 5 Aug 2024 10:49:14 +0100 Subject: [PATCH] adds conditional to prevent nonetype error --- application/templates/fact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/templates/fact.html b/application/templates/fact.html index 1e85c5f6..63314caf 100644 --- a/application/templates/fact.html +++ b/application/templates/fact.html @@ -56,7 +56,7 @@

Fact

{%- elif field == 'value' and fact['field'] in ["geometry","point"] %}
{{ fact[field] }}
{%- elif field == 'entity-name' %} - {{ fact[field] }} + {{ fact[field] }} {%- elif field == 'reference-entity' %} {{ fact[field] }} {%- else %}