Mercurial > public > sg101
view gpp/templates/smiley/smiley_farm.html @ 297:69498a43e636
Fixing #137; added a 'time-ago' timestamp to the template tags that display the latest web links and downloads.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 09 Jan 2011 21:16:08 +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>