diff options
Diffstat (limited to 'templates/web/default/contact/submit.html')
-rw-r--r-- | templates/web/default/contact/submit.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/web/default/contact/submit.html b/templates/web/default/contact/submit.html deleted file mode 100644 index 3845e9210..000000000 --- a/templates/web/default/contact/submit.html +++ /dev/null @@ -1,20 +0,0 @@ -[% INCLUDE 'header.html', title = loc('Contact Us') %] - -<h1>[% loc('Contact the team') %]</h1> - -[% IF success %] - - <p> - [% loc("Thanks for your feedback. We'll get back to you as soon as we can!") %] - </p> - [% display_crosssell_advert( em, form_name, 'emailunvalidated', 1 ) %] - -[% ELSE %] - - <p> - [% tprintf( loc('Failed to send message. Please try again, or <a href="mailto:%s">email us</a>.'), contact_email ) %] - </p> - -[% END %] - -[% INCLUDE 'footer.html' %] |