diff options
| author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:25:26 -0400 | 
|---|---|---|
| committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:25:26 -0400 | 
| commit | 6180431e826988eb58a17b6299c136543e02b7ff (patch) | |
| tree | 6b823934753c627caed3efe99ebd3638a6af666f /bn_django | |
| parent | 7274b4c4658cb197e1f33997bdd7f2b1752d6937 (diff) | |
| download | bnewnet-6180431e826988eb58a17b6299c136543e02b7ff.tar.gz bnewnet-6180431e826988eb58a17b6299c136543e02b7ff.zip | |
only 4 photos up front
Diffstat (limited to 'bn_django')
| -rw-r--r-- | bn_django/templates/frontpage.html | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 26b369d..17f9aac 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -38,10 +38,13 @@ Other sites: <br />  <h2 class="ruled">Photos!</h2>  {% if latest_photos %} +<table class="thumbs" width="100%"><tbody><tr>  {% for photo in latest_photos %} +<td class="photo_thumb">  <a href="{{ photo.get_absolute_url }}"><img src="{{ photo.thumburl }}"  -        alt="{{ photo.title }}" /></a>    +        alt="{{ photo.title }}" /></a>   </td>  {% endfor %} +</tbody></table>  {% else %}  <br/><br />None yet!  {% endif %} | 
