aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/contact/submit.html
blob: fc416c2d72248e001104866bddb83c34aa2a71ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[% INCLUDE 'header.html', title = loc('Contact Us'), bodyclass = 'fullwidthpage' %]

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