summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-22 12:29:13 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-22 12:29:13 +0100
commit63990f270eb28f63720462e40b1e5bd94f07d132 (patch)
treec501998cd5cb895312e65885f5f7e8b036e0a167 /archaeological_operations
parent43ce2ceae8400c12a1c42307bdaa39d3da212531 (diff)
downloadIshtar-63990f270eb28f63720462e40b1e5bd94f07d132.tar.bz2
Ishtar-63990f270eb28f63720462e40b1e5bd94f07d132.zip
Syndication - sheet: manage geodata
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index b868185df..412d00473 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -179,7 +179,7 @@
{% if item.is_active %}
<i class="fa fa-check-circle text-success" aria-hidden="true"></i>
{% trans "Active file" %}
- {% else %}
+ {% elif is_external %}{% else %}
<i class="fa fa-stop-circle text-warning" aria-hidden="true"></i>
{% trans "Closed operation" %}
{% endif %}