comparison 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
comparison
equal deleted inserted replaced
119:b8f1dcc9fae4 120:f8f4514b806a
33 class="forums-topic-icon" />{% endif %} 33 class="forums-topic-icon" />{% endif %}
34 <h4><a href="{{ topic.get_absolute_url }}">{{ topic.name }}</a></h4></td> 34 <h4><a href="{{ topic.get_absolute_url }}">{{ topic.name }}</a></h4></td>
35 <td class="forum-index_replies">{{ topic.reply_count }}</td> 35 <td class="forum-index_replies">{{ topic.reply_count }}</td>
36 <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> 36 <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>
37 <td class="forum-index_last_post"> 37 <td class="forum-index_last_post">
38 {% last_post_info topic.last_post MEDIA_URL %} 38 {% last_post_info topic.last_post %}
39 </td> 39 </td>
40 <td class="forum-index_select"><input type="checkbox" name="topic_ids" value="{{ topic.id }}" class="forums-topic_check" /></td> 40 <td class="forum-index_select"><input type="checkbox" name="topic_ids" value="{{ topic.id }}" class="forums-topic_check" /></td>
41 </tr> 41 </tr>
42 {% empty %} 42 {% empty %}
43 <tr> 43 <tr>