Mercurial > public > sg101
view gpp/templates/donations/thanks.html @ 314:03b70aa5c872
The home page was taking 27 seconds to load; 99% of the time was being spent in the new_posts template tag query. Reworked it a bit to be much more sane.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Jan 2011 20:34:36 +0000 |
parents | daa2916f5b34 |
children | 2934a867c2ef |
line wrap: on
line source
{% extends 'base.html' %} {% load url from future %} {% block title %}Thanks For The Donation{% endblock %} {% block content %} <div class="breadcrumbs"><a href="{% url 'donations-index' %}">Donations</a> » Thanks</div> <h2>Thank-You For The Donation!</h2> <p>Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!</p> {% endblock %}