Mercurial > public > sg101
view gpp/templates/contact/contact_thanks.html @ 502:9d096ceab0c0
For #240, make the login dialog a bit taller so no scroll bar appears on Firefox.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 03 Dec 2011 03:25:04 +0000 |
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 %}