Private
Public Access
1
0
Files
rowsandall/rowers/templates/thankyou.html
2018-10-11 12:38:54 +02:00

13 lines
358 B
HTML

{% extends "newbase.html" %}
{% block title %}Contact Us - Thank You{% endblock title %}
{% block main %}
<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 %}
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}