diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 09:34:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:42:32 +0200 |
commit | e8aa5980237d6e30c5e148cbb3e69e12d6d6e8d2 (patch) | |
tree | 1b44bece1b00aad763c84ffb2d6bb188ae11f723 /archaeological_finds | |
parent | c26a223288935d094f3df31369abf7c7d836eb61 (diff) | |
download | Ishtar-e8aa5980237d6e30c5e148cbb3e69e12d6d6e8d2.tar.bz2 Ishtar-e8aa5980237d6e30c5e148cbb3e69e12d6d6e8d2.zip |
🩹 find: fix wrong message on container information
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 6 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 8c65ff80b..3bea6d5cd 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -400,14 +400,12 @@ {% endif %} {% endif %} </div> - {% endif %} - - + {% else %} <div class="alert alert-info" role="alert"> <i class="fa fa-info-circle" aria-hidden="true"></i> {% trans "Container information not available." %} </div> - + {% endif %} {% endif %} {% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %} diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index f69aef75b..7fee6cde0 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -395,14 +395,12 @@ {% endif %} {% endif %} </div> - {% endif %} - - + {% else %} <div class="alert alert-info" role="alert"> <i class="fa fa-info-circle" aria-hidden="true"></i> {% trans "Container information not available." %} </div> - + {% endif %} {% endif %} {% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %} |