From 524e295e949536069871020e2bb0f508cf79beaf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Sep 2018 11:12:18 +0200 Subject: Bulk update: save --- archaeological_finds/forms.py | 4 ++-- archaeological_finds/templates/ishtar/sheet_find.html | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 1605c4d6a..fff378ff0 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -356,8 +356,8 @@ class QAFindFormMulti(QAForm): qa_seal_number = forms.CharField(label=_(u"Seal number"), required=False) qa_mark = forms.CharField(label=_(u"Mark"), required=False) - qa_description = forms.CharField(label=_(u"Description"), - widget=forms.Textarea, required=False) + qa_description = forms.CharField( + label=_(u"Description"), widget=forms.Textarea, required=False) qa_material_types = widgets.Select2MultipleField( label=_(u"Material types"), required=False ) 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 @@

{% trans "Sheet" %}

{% 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" %}
-- cgit v1.2.3