From 3bb6c880d2d0476245cfe7bf8afa579e4ee5ba11 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 13 May 2011 11:15:32 +0200 Subject: replace hand-drawn feeds with the django syndication framework --- src/templates/apps/room/list.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/templates/apps/room/list.html') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 6900a6d..f529650 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -17,6 +17,7 @@ {% block meta %} {% if tags %} + {% endif %} {% endblock %} {% block content %} -- cgit v1.1