bgneal@36: {% extends 'base.html' %} bgneal@36: {% block title %}Thanks For The Donation{% endblock %} bgneal@36: {% block content %} bgneal@64: <div class="breadcrumbs"><a href="{% url donations-index %}">Donations</a> » Thanks</div> bgneal@36: <h2>Thank-You For The Donation!</h2> bgneal@36: <p>Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!</p> bgneal@36: {% endblock %}