aboutsummaryrefslogtreecommitdiff
path: root/templates/contact/thanks.html
blob: 67e8336e855e98d8ac3c30d7280729f3cddfabaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Thank You</title>
        <meta name="viewport" content="width=device-width">
    </head>
    <body>
        <h1>Thanks for contacting us</h1>
        <p>We have sent the following message to the organizers. Thanks.</p>
        <p>{{ form.message.value }}</p>
    </body>
</html>