aboutsummaryrefslogtreecommitdiff
path: root/templates/contact/thanks.html
blob: 8e131f0dc60482a698a6d07981aa96d9dbe68414 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block title %}Thank You{% endblock %}

{% block content %}
    <h1>Thanks for contacting us</h1>
    <p>We have sent the following message to the organizers. Thanks.</p>
    <p>{{ form.message.value }}</p>
{% endblock %}