diff gpp/templates/forums/index.html @ 227:423c39ee44e0

Rework the who's online middleware and template tag for #87.
author Brian Neal <bgneal@gmail.com>
date Tue, 06 Jul 2010 03:02:20 +0000
parents 6f14970b103a
children 5ee9422ce83c
line wrap: on
line diff
--- a/gpp/templates/forums/index.html	Thu Jun 10 03:31:57 2010 +0000
+++ b/gpp/templates/forums/index.html	Tue Jul 06 03:02:20 2010 +0000
@@ -1,6 +1,7 @@
 {% extends 'base.html' %}
 {% load cache %}
 {% load forum_tags %}
+{% load core_tags %}
 {% block custom_head %}
 {% for feed in feeds %}
 <link rel="alternate" type="application/rss+xml" title="{{ feed.name }}" href="{{ feed.feed }}" />