From 8d1c03cd9250778e3d2d9d1e6ae5fc220a0f9daa Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Tue, 10 Feb 2015 16:52:16 +0100 Subject: Fix SRA_AGENT on archaeological_files/forms.py (create when not available) --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 0e7e0ec11..1a09b66b4 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -189,7 +189,7 @@ ParcelFormSet = formset_factory(ParcelForm, can_delete=True, formset=ParcelFormSet) ParcelFormSet.form_label = _(u"Parcels") -SRA_AGENT, created =PersonType.objects.get_or_create(txt_idx='sra_agent') +SRA_AGENT, created = PersonType.objects.get_or_create(txt_idx='sra_agent') HEAD_SCIENTIST, created = PersonType.objects.get_or_create( txt_idx='head_scientist') -- cgit v1.2.3