diff options
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index fa5816bf6..0e7e0ec11 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -193,7 +193,7 @@ SRA_AGENT, created =PersonType.objects.get_or_create(txt_idx='sra_agent') HEAD_SCIENTIST, created = PersonType.objects.get_or_create( txt_idx='head_scientist') -OPERATOR, created = OrganizationType.objects.get_or_create(txt_idx='operator') +OPERATOR, created = OrganizationType.objects.get_or_create(txt_idx='operator') class OperationSelect(TableSelect): year = forms.IntegerField(label=_("Year")) |