aboutsummaryrefslogtreecommitdiff
path: root/templates/contact/thanks.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2012-12-04 15:50:42 -0500
committerMike Crute <mcrute@gmail.com>2012-12-11 15:27:46 -0500
commitfc5ad68e62bd2b82450cdbdd3c83f8c1e94feed2 (patch)
treeb521cb9d395bed84d88bce003327af3020010810 /templates/contact/thanks.html
parent39850fe5e8a23b402610167e33540ee615aed3ab (diff)
downloaddjango-precompiler-fc5ad68e62bd2b82450cdbdd3c83f8c1e94feed2.tar.bz2
django-precompiler-fc5ad68e62bd2b82450cdbdd3c83f8c1e94feed2.tar.xz
django-precompiler-fc5ad68e62bd2b82450cdbdd3c83f8c1e94feed2.zip
Add contact form
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>