- Timestamp:
- 22.12.2011 13:21:26 (5 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb_forum/templates/djangobb_forum/forum.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb_forum/templates/djangobb_forum/forum.html
r383 r389 52 52 <td class="tc2">{{ topic.reply_count }}</td> 53 53 <td class="tc3">{{ topic.views }}</td> 54 <td class="tcr"><a href="{{ topic. get_absolute_url }}">{% forum_time topic.updated %}</a> <span class="byuser">{% trans "by" %} {{ topic.last_post.user.username }}</span></td>54 <td class="tcr"><a href="{{ topic.last_post.get_absolute_url }}">{% forum_time topic.updated %}</a> <span class="byuser">{% trans "by" %} {{ topic.last_post.user.username }}</span></td> 55 55 </tr> 56 56 {% endfor %}
Note: See TracChangeset
for help on using the changeset viewer.
