summaryrefslogtreecommitdiff
path: root/src/templates/apps/room/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps/room/list.html')
-rw-r--r--src/templates/apps/room/list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html
index a8c8954..126c591 100644
--- a/src/templates/apps/room/list.html
+++ b/src/templates/apps/room/list.html
@@ -2,7 +2,6 @@
{% load prefix %}
{% load datehumanize %}
{% load roomurl %}
-{% load prefix %}
{% load tagging_tags %}
{% block widgets %}
$("#rooms").accordion({
@@ -15,6 +14,11 @@
autoHeight: false
});
{% endblock %}
+{% block meta %}
+{% if tags %}
+<link rel="alternate" type="application/rss+xml" title="{{title}} (RSS 2.0)" href="{% prefix %}/room/+{{tags}}.rss" />
+{% endif %}
+{% endblock %}
{% block content %}
<h1>{{title}}</h1>
{% if rooms %}