From e0d828cba38ffd4fdc93abad83343c8851b951d2 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 1 Dec 2021 14:31:40 +0000 Subject: [PATCH] Error summary should be above title --- app/views/devise/passwords/new.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb index 45873b806..1fd4e10ab 100644 --- a/app/views/devise/passwords/new.html.erb +++ b/app/views/devise/passwords/new.html.erb @@ -8,9 +8,10 @@ <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
-

Reset password

<%= f.govuk_error_summary %> +

Reset password

+

Enter the email address you used to create your account.

We’ll email you a link to reset your password. This link will expire in 3 hours.