summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
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
commit8007419f7735f697f2ffa8e188ff885eff9f4a4d (patch)
treea6d963268b5af4235913deceb3caf202a5c10055 /archaeological_finds
parent2eef007140037de95e8fb6dd6d8d46c1284a40ca (diff)
downloadIshtar-8007419f7735f697f2ffa8e188ff885eff9f4a4d.tar.bz2
Ishtar-8007419f7735f697f2ffa8e188ff885eff9f4a4d.zip
🩹 find: fix wrong message on container information
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html6
-rw-r--r--archaeological_finds/templates/ishtar/sheet_museum_find.html6
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> &nbsp;
{% 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> &nbsp;
{% trans "Container information not available." %}
</div>
-
+ {% endif %}
{% endif %}
{% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %}