From 5cdbb2055adc8b23413b5e35ddb13635d5ad24c9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 23 Aug 2013 18:25:58 +0200 Subject: PersonType from single value to multi value for Person --- archaeological_files/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_files/forms.py') diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py index 27617f8ad..544c89048 100644 --- a/archaeological_files/forms.py +++ b/archaeological_files/forms.py @@ -46,7 +46,7 @@ from ishtar_common import widgets class FileSelect(TableSelect): towns = get_town_field() in_charge = get_person_field(label=_(u"Person in charge"), - person_type='sra_agent') + person_types=['sra_agent']) file_type = forms.ChoiceField(label=_("File type"), choices=[]) saisine_type = forms.ChoiceField(label=_("Saisine type"), choices=[]) year = forms.IntegerField(label=_("Year")) -- cgit v1.2.3