view 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
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> &raquo; Thanks</div>
<h2>Thank-You For The Donation!</h2>
<p>
Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!
We couldn't do this site without support from people like you. You rock!
</p>
{% endblock %}