diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-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 %} |