Private
Public Access
1
0
Files
rowsandall/rowers/templates/thankyou.html
sanderroosendaal 3eed3cc3e7 Uploading files
2016-10-30 17:39:32 +01:00

8 lines
290 B
HTML

{% extends "base.html" %}
{% block title %}Contact Us - Thank You{% endblock title %}
{% block content %}
<h3>Thank you.</h3>
<p>Your email was sent and I will get back to you as soon as I can.</p>
<p>Return <a href="/">home</a></p>
{% endblock content %}