comparison 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
comparison
equal deleted inserted replaced
226:405468b8e3b9 227:423c39ee44e0
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load cache %} 2 {% load cache %}
3 {% load forum_tags %} 3 {% load forum_tags %}
4 {% load core_tags %}
4 {% block custom_head %} 5 {% block custom_head %}
5 {% for feed in feeds %} 6 {% for feed in feeds %}
6 <link rel="alternate" type="application/rss+xml" title="{{ feed.name }}" href="{{ feed.feed }}" /> 7 <link rel="alternate" type="application/rss+xml" title="{{ feed.name }}" href="{{ feed.feed }}" />
7 {% endfor %} 8 {% endfor %}
8 {% endblock %} 9 {% endblock %}