mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
Hint that report is inclusive of both start date and end date
Bu changing labels for date input fields.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user