aboutsummaryrefslogtreecommitdiff
path: root/templates/contact/thanks.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contact/thanks.html')
-rw-r--r--templates/contact/thanks.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/contact/thanks.html b/templates/contact/thanks.html
new file mode 100644
index 0000000..67e8336
--- /dev/null
+++ b/templates/contact/thanks.html
@@ -0,0 +1,14 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <title>Thank You</title>
7 <meta name="viewport" content="width=device-width">
8 </head>
9 <body>
10 <h1>Thanks for contacting us</h1>
11 <p>We have sent the following message to the organizers. Thanks.</p>
12 <p>{{ form.message.value }}</p>
13 </body>
14</html>