diff --git a/ds_judgements_public_ui/templates/includes/results_filters_inputs.html b/ds_judgements_public_ui/templates/includes/results_filters_inputs.html index 24a14f2d4..edfc0551e 100644 --- a/ds_judgements_public_ui/templates/includes/results_filters_inputs.html +++ b/ds_judgements_public_ui/templates/includes/results_filters_inputs.html @@ -3,7 +3,9 @@
From date -

For example 01 01 2003 or 2003

+

+ For example 01 01 2003 or 2003 +

{% if context.errors|has_errors_for_field:"from_date" %}

{{ context.errors|errors_for_field:"from_date" }}

@@ -39,7 +41,9 @@
To date -

For example 30 04 2023 or 2023

+

+ For example 30 04 2023 or 2023 +

{% if context.errors|has_errors_for_field:"to_date" %}

{{ context.errors|errors_for_field:"to_date" }} @@ -107,7 +111,7 @@ class="structured-search__limit-to-label" aria-label="Search by judge name">Judge name

- For example 'Smith', 'Judge Smith' or 'Lord Justice Smith' + For example Smith, or multiple judges separated by commas: Smith, Jones