aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-10-12 22:25:26 -0400
committerbnewbold <bnewbold@ziggy.(none)>2009-10-12 22:25:26 -0400
commit6180431e826988eb58a17b6299c136543e02b7ff (patch)
tree6b823934753c627caed3efe99ebd3638a6af666f /bn_django
parent7274b4c4658cb197e1f33997bdd7f2b1752d6937 (diff)
downloadbnewnet-6180431e826988eb58a17b6299c136543e02b7ff.tar.gz
bnewnet-6180431e826988eb58a17b6299c136543e02b7ff.zip
only 4 photos up front
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/frontpage.html5
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>&nbsp;&nbsp;&nbsp;
+ alt="{{ photo.title }}" /></a>&nbsp;&nbsp;&nbsp;</td>
{% endfor %}
+</tbody></table>
{% else %}
<br/><br />None yet!
{% endif %}