diff 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
line wrap: on
line diff
--- a/gpp/templates/forums/index.html	Sun Dec 20 20:42:19 2009 +0000
+++ b/gpp/templates/forums/index.html	Tue Dec 22 02:08:05 2009 +0000
@@ -33,6 +33,7 @@
       </tbody>
    </table>
 {% endfor %}
+{% whos_online %}
 <p>{% current_forum_time user %}</p>
 </div>
 {% endblock %}