summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-09-10 11:12:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-10-24 12:06:08 +0200
commit55ffbaff487c89c19dbb6d0884e89165f076930a (patch)
treedad889c528816815475cda838ab745630be11bea /archaeological_finds/templates
parent81727df04417b7c33ed4dfcf9603ad758502a9c0 (diff)
downloadIshtar-55ffbaff487c89c19dbb6d0884e89165f076930a.tar.bz2
Ishtar-55ffbaff487c89c19dbb6d0884e89165f076930a.zip
Bulk update: save
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 43136e357..021ea5652 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -93,12 +93,7 @@
<h3>{% trans "Sheet" %}</h3>
<div class='row'>
{% trans "Checked" as checked_label %}
- {% if item.CHECK_DICT %}
- {% field_flex checked_label item.checked|from_dict:item.CHECK_DICT %}
- {% endif%}
- {% if item.history_object and item.history_object.CHECK_DICT %}
- {% field_flex checked_label item.checked|from_dict:item.history_object.CHECK_DICT %}
- {% endif%}
+ {% field_flex checked_label item.checked_type %}
{% field_flex "Check date" item.check_date %}
{% include "ishtar/blocks/sheet_creation_section.html" %}
</div>