diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-08-28 15:10:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | adc9f5065ab78c7694c696e6eb4ed037cf73ad74 (patch) | |
tree | a5da688b9e449157b54374adc2a347764e19e57c /archaeological_warehouse/templates | |
parent | 5b4997cd8fed8b2e945c79e6e3070237a510a670 (diff) | |
download | Ishtar-adc9f5065ab78c7694c696e6eb4ed037cf73ad74.tar.bz2 Ishtar-adc9f5065ab78c7694c696e6eb4ed037cf73ad74.zip |
Documents: do not move images on hard drive after associations
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index a7aa3a512..5116820f0 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -117,7 +117,10 @@ {% endif %} {% else %} - <em>{% trans "Empty" %}</em> + <div class="alert alert-info"> + <i class="fa fa-exclamation-triangle"></i> + <em>{% trans "Empty" %}</em> + </div> {% endif %} </div> |