Mercurial > public > sg101
view gpp/templates/smiley/smiley_farm.html @ 122:b28d30848c57
Forums: monkey-patch the user profile onto the post object when doing a quick ajax reply.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 27 Oct 2009 02:56:16 +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>