Skip to content

Commit

Permalink
add date input type in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jan 15, 2025
1 parent ca10b3a commit 6bdc25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/genlab_bestilling/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
}


Expand Down

0 comments on commit 6bdc25c

Please sign in to comment.