summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-15 11:34:32 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-15 11:34:32 +0200
commit54d6c8789255aa5500df6dc583a8fdbe96b8442a (patch)
tree9b6101e1df20be739157df2c8d6f391119bf3e48 /archaeological_finds/templates
parentc3e4c309deb686685e34a441445b6104ba4913a7 (diff)
parentc18fccf766ea9fd82ca82d8e4a7938c83512c416 (diff)
downloadIshtar-54d6c8789255aa5500df6dc583a8fdbe96b8442a.tar.bz2
Ishtar-54d6c8789255aa5500df6dc583a8fdbe96b8442a.zip
Merge branch 'master' into develop
Conflicts: archaeological_finds/forms_treatments.py
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index a38b62b8c..1604e2018 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -8,6 +8,10 @@
{% if item.image %}
<a href='{{item.image.url}}' rel="prettyPhoto" title="{{item.label}}" class='photo'><img src='{{item.thumbnail.url}}'/></a>
{% endif%}
+{% if item.downstream_treatment %}
+<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
+ {% trans "This sheet has a downstream treatment: it is related to an old version of the find." %}</p>
+{% endif %}
<p class="window-refs">{{ item.label|default:"" }}</p>
<p class='window-refs'>{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.complete_id}}{% endfor %}</p>