Hint that report is inclusive of both start date and end date

Bu changing labels for date input fields.
This commit is contained in:
Pea Tyczynska
2022-01-28 15:43:58 +00:00
parent feb2657040
commit 9862acd7ee
3 changed files with 10 additions and 4 deletions

View File

@@ -1962,6 +1962,11 @@ class RequiredDateFilterForm(StripWhitespaceForm):
end_date = GovukDateField("End Date")
class BillingReportDateFilterForm(StripWhitespaceForm):
start_date = GovukDateField("First day covered by report")
end_date = GovukDateField("Last day covered by report")
class SearchByNameForm(StripWhitespaceForm):
search = GovukSearchField(