diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 09:34:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-23 09:37:08 +0100 |
commit | 8007419f7735f697f2ffa8e188ff885eff9f4a4d (patch) | |
tree | a6d963268b5af4235913deceb3caf202a5c10055 | |
parent | 2eef007140037de95e8fb6dd6d8d46c1284a40ca (diff) | |
download | Ishtar-8007419f7735f697f2ffa8e188ff885eff9f4a4d.tar.bz2 Ishtar-8007419f7735f697f2ffa8e188ff885eff9f4a4d.zip |
🩹 find: fix wrong message on container information
-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 %} |