Mercurial > public > sg101
view gpp/templates/donations/thanks.html @ 334:6805d15cda13
Adding a script I had to write on the fly to filter out posts from the posts csv file that had no parent topics. MyISAM let me get away with that, but InnoDB won't.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Feb 2011 01:28: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 %}