Changeset 665:e8b67f44edbe


Ignore:
Timestamp:
18/07/12 21:11:06 (10 months ago)
Author:
nicoechaniz <nicoechaniz@…>
Branch:
default
Tags:
tip
Message:

fixed last comment author in CategoryListAsForum?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclope/core/collections/frontend_views.py

    r659 r665  
    410410                last_comment = qs.latest('submit_date') 
    411411                obj.last_comment_date = last_comment.submit_date 
    412                 obj.last_comment_author = obj.author 
     412                obj.last_comment_author = last_comment.user_name 
    413413 
    414414        req_context.update({'categorizations': page.object_list, 
Note: See TracChangeset for help on using the changeset viewer.