annotate gpp/templates/donations/thanks.html @ 327:a1bf6cf49720

Modified the implementation of the avatar tag to look for an attribute 'user_profile' on the user object. If present, this is assumed to be the profile. This improves the performance of the member list and some forum views.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Feb 2011 02:11:26 +0000
parents 2934a867c2ef
children 2541d27ca056
rev   line source
bgneal@36 1 {% extends 'base.html' %}
bgneal@310 2 {% load url from future %}
bgneal@36 3 {% block title %}Thanks For The Donation{% endblock %}
bgneal@36 4 {% block content %}
bgneal@310 5 <div class="breadcrumbs"><a href="{% url 'donations-index' %}">Donations</a> &raquo; Thanks</div>
bgneal@36 6 <h2>Thank-You For The Donation!</h2>
bgneal@317 7 <p>
bgneal@317 8 Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!
bgneal@317 9 We couldn't do this site without support from people like you. You rock!
bgneal@317 10 </p>
bgneal@36 11 {% endblock %}