view gpp/templates/contact/contact_thanks.html @ 571:c2ba9c3395da

For Django 1.4, add a require_debug_false logging filter.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 May 2012 20:43:16 -0500
parents dbd703f7d63a
children
line wrap: on
line source
{% extends 'base.html' %}
{% block title %}Thanks For The Feedback{% endblock %}
{% block content %}
<h2>Your Message Has Been Sent</h2>
<p>Thank you for the message, it has been emailed to the site management.</p>
{% endblock %}