annotate gpp/templates/smiley/smiley_farm.html @ 77:d5eed0a91a05

#24 - Make the default date for a birthday today - 30 years. This allows you to select any month with the picker if the field is initially blank.
author Brian Neal <bgneal@gmail.com>
date Fri, 10 Jul 2009 23:56:02 +0000
parents dbd703f7d63a
children 3ae999b0c53b
rev   line source
gremmie@1 1 <div class="smiley_farm">
gremmie@1 2 {% for s in smilies %}
gremmie@1 3 <img src="{{ s.image.url }}" alt="{{ s.code }}" title="{{ s.title }} {{ s.code }}"
gremmie@1 4 onclick="sb_smiley_click(' {{ s.code }} ');" />
gremmie@1 5 {% endfor %}
gremmie@1 6 </div>