blob: 475c109771264b80b6ab733af6843aa89fcf7c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<% @title = "Banned from this site" %>
<h1><%=@title%></h1>
<p>
<%=@details%>
</p>
<p><%= _('You will be unable to make new requests, send follow ups, add annotations or
send messages to other users. You may continue to view other requests, and set
up
email alerts.')%></p>
<p>
<%= _('If you would like us to lift this ban, then you may politely
<a href="/help/contact">contact us</a> giving reasons.
')%></p>
|