comparison gpp/templates/donations/thanks.html @ 310:daa2916f5b34

Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
author Brian Neal <bgneal@gmail.com>
date Thu, 20 Jan 2011 04:03:48 +0000
parents 58bc950c6d8b
children 2934a867c2ef
comparison
equal deleted inserted replaced
309:8a0bae48b6ca 310:daa2916f5b34
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load url from future %}
2 {% block title %}Thanks For The Donation{% endblock %} 3 {% block title %}Thanks For The Donation{% endblock %}
3 {% block content %} 4 {% block content %}
4 <div class="breadcrumbs"><a href="{% url donations-index %}">Donations</a> &raquo; Thanks</div> 5 <div class="breadcrumbs"><a href="{% url 'donations-index' %}">Donations</a> &raquo; Thanks</div>
5 <h2>Thank-You For The Donation!</h2> 6 <h2>Thank-You For The Donation!</h2>
6 <p>Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!</p> 7 <p>Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!</p>
7 {% endblock %} 8 {% endblock %}