Comment 3 for bug 1694070

Revision history for this message
kaputtnik (franku) wrote :

This unread stuff is a bit complicated. I think the described problem was just related to a date comparison at http://bazaar.launchpad.net/~widelands-dev/widelands-website/trunk/view/head:/pybb/templatetags/pybb_extras.py#L133

I've changed the code on the server directly into

return topic.updated <= read.time

so that it returns true also when the time is equal. When testing at home this works fine.