comparison gpp/templates/donations/thanks.html @ 340:2541d27ca056

Fix #153. Update verbiage on the donations thanks template to meet Paypal guidelines for making it a auto-return page.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 00:28:20 +0000
parents 2934a867c2ef
children
comparison
equal deleted inserted replaced
339:b871892264f2 340:2541d27ca056
4 {% block content %} 4 {% block content %}
5 <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>
6 <h2>Thank-You For The Donation!</h2> 6 <h2>Thank-You For The Donation!</h2>
7 <p> 7 <p>
8 Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated! 8 Thank-you for your donation to <strong>SurfGuitar101.com</strong>, it is greatly appreciated!
9 We couldn't do this site without support from people like you. You rock! 9 We couldn't maintain this site without support from people like you. You rock!
10 </p>
11 <p>
12 Your PayPal transaction has been completed, and a recipt for your donation has been emailed to you. You may log into your account at <a href="https://www.paypal.com/us">PayPal</a> to view details of this transaction.
10 </p> 13 </p>
11 {% endblock %} 14 {% endblock %}