diff options
author | Dave Arter <davea@mysociety.org> | 2018-04-09 16:05:22 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:35 +0100 |
commit | 5526d1425629a87a3848f2a2826ecc1948800c8d (patch) | |
tree | f61a65e3fefab297c80261f6b11c5e7aedeb9290 | |
parent | e2a87644801921d10d8888d047217de923c8aee8 (diff) |
[BANES] Hide email address from contact form
-rw-r--r-- | templates/web/bathnes/contact/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/bathnes/contact/index.html b/templates/web/bathnes/contact/index.html index 904a51268..d9947cbec 100644 --- a/templates/web/bathnes/contact/index.html +++ b/templates/web/bathnes/contact/index.html @@ -134,12 +134,6 @@ </fieldset> </form> -<h4>[% loc("Don't like forms?") %]</h4> - -<p> -[% tprintf( loc("You can contact technical support on <a href='mailto:%s'>%s</a>"), contact_email, contact_email) %] -</p> - [% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %] [% INCLUDE 'footer.html' pagefooter = 'yes' %] |