annotate gpp/templates/contact/contact_thanks.html @ 124:9c18250972d5

Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Nov 2009 04:32:32 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 {% extends 'base.html' %}
gremmie@1 2 {% block title %}Thanks For The Feedback{% endblock %}
gremmie@1 3 {% block content %}
gremmie@1 4 <h2>Your Message Has Been Sent</h2>
gremmie@1 5 <p>Thank you for the message, it has been emailed to the site management.</p>
gremmie@1 6 {% endblock %}