diff options
Diffstat (limited to 'app/views/user/no_cookies.html.erb')
-rw-r--r-- | app/views/user/no_cookies.html.erb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/views/user/no_cookies.html.erb b/app/views/user/no_cookies.html.erb new file mode 100644 index 000000000..c291367f2 --- /dev/null +++ b/app/views/user/no_cookies.html.erb @@ -0,0 +1,22 @@ +<% @title = "Cookies not enabled" %> + +<h1><%= _('Please enable "cookies" to carry on')%></h1> + +<p><%= _('To carry on, you need to sign in or make an account. Unfortunately, there +was a technical problem trying to do this.')%></p> + +<p><%= _('It may be that your browser is not set to accept a thing called "cookies", +or cannot do so. If you can, please enable cookies, or try using a different +browser. Then press refresh to have another go.')%></p> + +<p><%= _('If your browser is set to accept cookies and you are seeing this message, +then there is probably a fault with our server.')%> + +<%= raw(_('Please <a href="%s">get in touch</a> with us so we can fix it.') % [help_contact_path]) %> + + <%= _('Let us know what you were doing when this message +appeared and your browser and operating system type and version.')%></p> + +<p><%= raw(_('If you are still having trouble, please <a href="%s">contact us</a>.') % [help_contact_path]) %> +</p> + |