diff options
Diffstat (limited to 'app/views/user/wrong_user_unknown_email.html.erb')
-rw-r--r-- | app/views/user/wrong_user_unknown_email.html.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/user/wrong_user_unknown_email.html.erb b/app/views/user/wrong_user_unknown_email.html.erb new file mode 100644 index 000000000..c59c56941 --- /dev/null +++ b/app/views/user/wrong_user_unknown_email.html.erb @@ -0,0 +1,8 @@ + +<p id="sign_in_reason"> +<%= @reason_params[:web] %>. <%= raw(_('Unfortunately we don\'t know the FOI +email address for that authority, so we can\'t validate this. +Please <a href="%s">contact us</a> to sort it out.') % [help_contact_path]) %> +</p> + + |