diff options
-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' %] |