Mercurial > public > sg101
comparison gpp/templates/donations/thanks.html @ 317:2934a867c2ef
Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 Feb 2011 20:37:17 +0000 |
parents | daa2916f5b34 |
children | 2541d27ca056 |
comparison
equal
deleted
inserted
replaced
316:767cedc7d12a | 317:2934a867c2ef |
---|---|
2 {% load url from future %} | 2 {% load url from future %} |
3 {% block title %}Thanks For The Donation{% endblock %} | 3 {% block title %}Thanks For The Donation{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 <div class="breadcrumbs"><a href="{% url 'donations-index' %}">Donations</a> » Thanks</div> | 5 <div class="breadcrumbs"><a href="{% url 'donations-index' %}">Donations</a> » Thanks</div> |
6 <h2>Thank-You For The Donation!</h2> | 6 <h2>Thank-You For The Donation!</h2> |
7 <p>Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!</p> | 7 <p> |
8 Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated! | |
9 We couldn't do this site without support from people like you. You rock! | |
10 </p> | |
8 {% endblock %} | 11 {% endblock %} |