Mercurial > public > sg101
view gpp/templates/smiley/smiley_farm.html @ 144:49b713bca29d
Podcast: un-inlined the channel items from the channel. That would be too bulky and too much info on one admin screen.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Dec 2009 21:44:22 +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>