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 | 131afa027985065ecf4c97600440500884a9ef26 (patch) | |
tree | a5da688b9e449157b54374adc2a347764e19e57c /archaeological_warehouse/templates | |
parent | 3b4833c22507808582722125fa92355c294882d9 (diff) | |
download | Ishtar-131afa027985065ecf4c97600440500884a9ef26.tar.bz2 Ishtar-131afa027985065ecf4c97600440500884a9ef26.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> |