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 288a4f074..17b975c34 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -508,7 +508,7 @@ class OperationSelect(DocumentItemSelect):                  args=[person_type_pks_lazy(['sra_agent'])]              ),              associated_model=Person), -        label=_("In charge")) +        label=_("Scientific monitor"))      scientist = forms.IntegerField(          widget=widgets.JQueryAutoComplete(              reverse_lazy( | 
