# HG changeset patch # User Brian Neal # Date 1246139092 0 # Node ID 58bc950c6d8b5cc5e14d178aaf8141700df769a9 # Parent 5899e308cdb390b5bb5126c211288bc3a195dcea Added breadcrumb navigation to the donations thanks page. diff -r 5899e308cdb3 -r 58bc950c6d8b gpp/templates/donations/thanks.html --- a/gpp/templates/donations/thanks.html Sat Jun 27 21:40:04 2009 +0000 +++ b/gpp/templates/donations/thanks.html Sat Jun 27 21:44:52 2009 +0000 @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% block title %}Thanks For The Donation{% endblock %} {% block content %} +

Thank-You For The Donation!

Thank-you for your donation to SurfGuitar101.com, it is greatly appreciated!

{% endblock %}