diff options
Diffstat (limited to 'templates/web/base/contact/submit.html')
-rw-r--r-- | templates/web/base/contact/submit.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/web/base/contact/submit.html b/templates/web/base/contact/submit.html index fc416c2d7..ce57f648f 100644 --- a/templates/web/base/contact/submit.html +++ b/templates/web/base/contact/submit.html @@ -1,13 +1,12 @@ -[% INCLUDE 'header.html', title = loc('Contact Us'), bodyclass = 'fullwidthpage' %] +[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', 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 %] @@ -17,4 +16,6 @@ [% END %] +[% INCLUDE next_steps.html %] + [% INCLUDE 'footer.html' %] |