diff --git a/src/genlab_bestilling/forms.py b/src/genlab_bestilling/forms.py index 373f215..9249c71 100644 --- a/src/genlab_bestilling/forms.py +++ b/src/genlab_bestilling/forms.py @@ -80,6 +80,8 @@ class Meta: search_lookup="name_icontains", filter_by={"species": "species__id"}, ), + "expected_analysis_delivery_date": DateInput(), + "expected_samples_delivery_date": DateInput(), }