Mercurial > public > sg101
view gpp/templates/donations/thanks.html @ 336:6322b80c1797
Tweak tinyMCE config so it doesn't change URLs into relative URLs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Feb 2011 06:09:22 +0000 |
parents | 2934a867c2ef |
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> » 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 %}