diff options
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index c35cf47af..2340d36be 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -595,12 +595,10 @@ class OperationSelect(GeoItemSelect): profile = get_current_profile() if not profile.warehouse: self._remove_fields(( - 'documentation_deadline_before', - 'documentation_deadline_after', + 'documentation_deadline', 'documentation_received', 'documentation_deposit_date', - 'finds_deadline_before', - 'finds_deadline_after', + 'finds_deadline', 'finds_received', 'finds_deposit_date', )) |