Changeset 665:e8b67f44edbe
- Timestamp:
- 18/07/12 21:11:06 (10 months ago)
- Branch:
- default
- Tags:
- tip
- File:
-
- 1 edited
-
cyclope/core/collections/frontend_views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyclope/core/collections/frontend_views.py
r659 r665 410 410 last_comment = qs.latest('submit_date') 411 411 obj.last_comment_date = last_comment.submit_date 412 obj.last_comment_author = obj.author412 obj.last_comment_author = last_comment.user_name 413 413 414 414 req_context.update({'categorizations': page.object_list,
Note: See TracChangeset
for help on using the changeset viewer.

