Mercurial > public > sg101
view gpp/templates/smiley/smiley_farm.html @ 198:7e3ed3eb9b99
Fix #71: problems with editing existing gcalendar dates; the date format wasn't what the datepicker expected.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 11 Apr 2010 17:58:09 +0000 |
parents | 3ae999b0c53b |
children |
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 }}" /> {% endfor %} </div>