aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/no_cookies.html.erb
blob: 0a4a39b1b5f19d503fe2f085732a903a3b69f5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.')%> 

<%= _('Please <a href="{{url}}">get in touch</a> with us so we can fix it.', :url => help_contact_path.html_safe) %>

 <%= _('Let us know what you were doing when this message
appeared and your browser and operating system type and version.')%></p>

<p><%= _('If you are still having trouble, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe) %>
</p>