diff options
| -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 %}  | 
