Ignore:
Timestamp:
22.12.2011 13:21:26 (5 months ago)
Author:
slav0nic <slav0nic0@…>
Branch:
default
Message:

change link for topic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • djangobb_forum/templates/djangobb_forum/forum.html

    r383 r389  
    5252                                                <td class="tc2">{{ topic.reply_count }}</td> 
    5353                                                <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> 
    5555                                        </tr> 
    5656                                {% endfor %} 
Note: See TracChangeset for help on using the changeset viewer.