Mercurial > public > sg101
comparison gpp/templates/forums/index.html @ 160:2eb3984ccb15
Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Dec 2009 02:08:05 +0000 |
parents | f8f4514b806a |
children | f7a6b8fe4556 |
comparison
equal
deleted
inserted
replaced
159:416353def4ca | 160:2eb3984ccb15 |
---|---|
31 </tr> | 31 </tr> |
32 {% endfor %} | 32 {% endfor %} |
33 </tbody> | 33 </tbody> |
34 </table> | 34 </table> |
35 {% endfor %} | 35 {% endfor %} |
36 {% whos_online %} | |
36 <p>{% current_forum_time user %}</p> | 37 <p>{% current_forum_time user %}</p> |
37 </div> | 38 </div> |
38 {% endblock %} | 39 {% endblock %} |