Private
Public Access
1
0

developers - line 391 urls.py

This commit is contained in:
Sander Roosendaal
2018-10-11 12:38:54 +02:00
parent 7401fc2e66
commit a8f44e653b
13 changed files with 347 additions and 296 deletions

View File

@@ -1,8 +1,12 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% block title %}Contact Us - Thank You{% endblock title %}
{% block content %}
{% 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 content %}
{% endblock %}
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}