mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:19:48 -04:00
Convert DateFields to GovukDateFields
Changes those fields in the following forms: - DateFilterForm - RequiredDateFilterForm Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
{% set details_content %}
|
||||
{% call form_wrapper(method="get") %}
|
||||
{{ textbox(form.start_date, hint="Enter start date in format YYYY-MM-DD") }}
|
||||
{{ textbox(form.end_date, hint="Enter end date in format YYYY-MM-DD") }}
|
||||
{{ form.start_date(param_extensions={"hint": {"text":"Enter start date in format YYYY-MM-DD"}}) }}
|
||||
{{ form.end_date(param_extensions={"hint": {"text":"Enter end date in format YYYY-MM-DD"}}) }}
|
||||
</br>
|
||||
{{ govukButton({ "text": "Filter" }) }}
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user