view gpp/templates/smiley/smiley_farm.html @ 36:296b610ee507

Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
author Brian Neal <bgneal@gmail.com>
date Thu, 11 Jun 2009 00:54:44 +0000
parents dbd703f7d63a
children 3ae999b0c53b
line wrap: on
line source
<div class="smiley_farm">
{% for s in smilies %}
    <img src="{{ s.image.url }}" alt="{{ s.code }}" title="{{ s.title }} {{ s.code }}"
        onclick="sb_smiley_click(' {{ s.code }} ');" />
{% endfor %}
</div>