diff options
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 |
commit | f8019467a2ee1d8db4ddbf4bdc405eb842be34cd (patch) | |
tree | c501998cd5cb895312e65885f5f7e8b036e0a167 /archaeological_operations | |
parent | 0e3516888f43c1718b671a286140811c63954e2b (diff) | |
download | Ishtar-f8019467a2ee1d8db4ddbf4bdc405eb842be34cd.tar.bz2 Ishtar-f8019467a2ee1d8db4ddbf4bdc405eb842be34cd.zip |
Syndication - sheet: manage geodata
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
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 %} |