diff options
Diffstat (limited to 'lib/views/help/officers.html.erb')
-rw-r--r-- | lib/views/help/officers.html.erb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/views/help/officers.html.erb b/lib/views/help/officers.html.erb index f0ebdb7..f6be968 100644 --- a/lib/views/help/officers.html.erb +++ b/lib/views/help/officers.html.erb @@ -170,10 +170,13 @@ responses to requests. Please <a href="<%= help_contact_path %>">contact us</a> if we've missed one. For technical reasons we don't always remove them from attachments, such as certain PDFs.</p> - <p>If you need to know what an address was that we've removed, please <a - href="<%= help_contact_path %>">get in touch with us</a>. Occasionally, an email address - forms an important part of a response and we will post it up in an obscured - form in an annotation. + <p>If you need to know what an address was that we've removed, please <a + href="<%= help_contact_path %>">get in touch with us</a>. + <% if AlaveteliConfiguration::enable_annotations %> + Occasionally, an email address forms an important part of a response + and we will post it up in an obscured form in an annotation. + <% end %> + </p> </dd> <dt id="copyright"><a id="commercial"></a>What is your policy on copyright of documents?<a href="#copyright">#</a> </dt> @@ -202,4 +205,4 @@ <br><strong>Otherwise</strong>, the <a href="<%= help_credits_path %>">credits</a> or the <a href="<%= help_api_path %>">programmers API</a> --> <div id="hash_link_padding"></div> -</div>
\ No newline at end of file +</div> |