diff options
Diffstat (limited to 'bn_django/photos')
-rw-r--r-- | bn_django/photos/templates/photos/gallery_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/photos/templates/photos/gallery_list.html b/bn_django/photos/templates/photos/gallery_list.html index fffad30..bb4e797 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -5,7 +5,7 @@ {% block content %} {% if object_list %} - <table with="100%"> + <table width="100%"> {% for item in object_list %} <tr> <td class="photo_thumb"> @@ -18,7 +18,7 @@ {% endif %} </a> </td><td class="gallery_title"> - <a href="{{ item.id }}/"><h3>{{ item.title }}</h3></a> + <h3><a href="{{ item.id }}/">{{ item.title }}</a></h3> <br /> {{ item.photo_set.count }} photo{{ item.photo_set.count|pluralize}} {% if item.first.date %} |