diff gpp/templates/forums/forum_index.html @ 94:806399f3b950

Forums: minor cosmetic tweaks mainly.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 05:01:52 +0000
parents 4c33e266db03
children 96eec1ed0fd3
line wrap: on
line diff
--- a/gpp/templates/forums/forum_index.html	Sun Sep 13 04:33:15 2009 +0000
+++ b/gpp/templates/forums/forum_index.html	Sun Sep 13 05:01:52 2009 +0000
@@ -30,7 +30,7 @@
          <td class="forum-index_author"><a href="{% url bio-view_profile username=topic.user.username %}" title="View profile for {{ topic.user.username }}">{{ topic.user.username }}</a></td>
          <td class="forum-index_views">{{ topic.view_count }}</td>
          <td class="forum-index_last_post">
-            {% last_post_info topic.last_post %}
+            {% last_post_info topic.last_post MEDIA_URL %}
          </td>
       </tr>
    {% empty %}