diff gpp/templates/forums/mod_forum.html @ 120:f8f4514b806a

Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
author Brian Neal <bgneal@gmail.com>
date Sun, 25 Oct 2009 21:55:28 +0000
parents d1b0b86441c0
children 6a5549c2efb5
line wrap: on
line diff
--- a/gpp/templates/forums/mod_forum.html	Sat Oct 24 02:39:54 2009 +0000
+++ b/gpp/templates/forums/mod_forum.html	Sun Oct 25 21:55:28 2009 +0000
@@ -35,7 +35,7 @@
          <td class="forum-index_replies">{{ topic.reply_count }}</td>
          <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_last_post">
-            {% last_post_info topic.last_post MEDIA_URL %}
+            {% last_post_info topic.last_post %}
          </td>
          <td class="forum-index_select"><input type="checkbox" name="topic_ids" value="{{ topic.id }}" class="forums-topic_check" /></td>
       </tr>