developers - line 391 urls.py
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user