aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/contact/submit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/contact/submit.html')
-rw-r--r--templates/web/default/contact/submit.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/web/default/contact/submit.html b/templates/web/default/contact/submit.html
new file mode 100644
index 000000000..12f3f30a6
--- /dev/null
+++ b/templates/web/default/contact/submit.html
@@ -0,0 +1,18 @@
+[% INCLUDE 'header.html', title => loc('Contact Us') %]
+
+<h1>[% loc('Contact the team') %]</h1>
+
+<form method="post" action="/contact/submit">
+
+<input type="hidden" name="submit_form" value="1">
+
+
+<p>
+[% IF success %]
+ [% loc("Thanks for your feedback. We'll get back to you as soon as we can!") %]
+[% ELSE %]
+ [% tprintf( loc('Failed to send message. Please try again, or <a href="mailto:%s">email us</a>.'), contact_email ) %]
+[% END %]
+</p>
+
+[% INCLUDE 'footer.html' %]