diff options
| 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 |
| commit | 867f96e36d1a67b14cdcf5de5c615a22beed2501 (patch) | |
| tree | 8e51bc24507de69798edefaeda3b8514ed6dc5d9 /archaeological_finds/templates | |
| parent | 0a56ed9bef48adbd1ade51fe0778251605f90000 (diff) | |
| download | Ishtar-867f96e36d1a67b14cdcf5de5c615a22beed2501.tar.bz2 Ishtar-867f96e36d1a67b14cdcf5de5c615a22beed2501.zip | |
Archaeological finds: add a "checked" field (refs #2947)
Diffstat (limited to 'archaeological_finds/templates')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 |
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%} |
