summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-11-17 17:42:01 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-11-17 17:42:01 +0100
commit93a8d035e4e9ff0952998eb63234fee62c4ad1f5 (patch)
tree8e51bc24507de69798edefaeda3b8514ed6dc5d9 /archaeological_finds/templates
parent3c59a7d52ca1e8950a400faef36cd7247e5fb34d (diff)
downloadIshtar-93a8d035e4e9ff0952998eb63234fee62c4ad1f5.tar.bz2
Ishtar-93a8d035e4e9ff0952998eb63234fee62c4ad1f5.zip
Archaeological finds: add a "checked" field (refs #2947)
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 13c009c0b..29dda7e7c 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -1,5 +1,5 @@
{% extends "ishtar/sheet.html" %}
-{% load i18n window_field %}
+{% load i18n window_field from_dict %}
{% block head_sheet %}
{{block.super}}
@@ -48,6 +48,7 @@
{% field "Conservatory state" item.conservatory_state %}
{% field "Type of preservation to consider" item.preservation_to_consider %}
{% field_multiple "Object types" item.object_types %}
+{% field "Checked" item.checked|from_dict:item.CHECK_DICT %}
{% if item.upstream_treatment %}<p><label>{%trans "Upstream treatment"%}{% trans ":"%}</label>
<span class='value'>{{item.upstream_treatment}} ({% for up in item.upstream_treatment.upstream_treatment.all %}{% if forloop.counter0 %}, {%endif %}{{up}}{% endfor %})</span></p>{% endif%}