summaryrefslogtreecommitdiff
path: root/chimere/rss/templates/rss.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 01:29:28 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-20 01:29:28 +0100
commit8b26be646b115af7d62c85289229c15c510f971b (patch)
treec20cf8f776b08d5ef24318574b15922a49a6e146 /chimere/rss/templates/rss.html
parent3dbeb807a29da66717796bde667528aef423c40f (diff)
downloadChimère-8b26be646b115af7d62c85289229c15c510f971b.tar.bz2
Chimère-8b26be646b115af7d62c85289229c15c510f971b.zip
Correct bad link on RSS page - Correct display of RSS page (refs #65)
Diffstat (limited to 'chimere/rss/templates/rss.html')
-rw-r--r--chimere/rss/templates/rss.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/rss/templates/rss.html b/chimere/rss/templates/rss.html
index 52f118e..885841d 100644
--- a/chimere/rss/templates/rss.html
+++ b/chimere/rss/templates/rss.html
@@ -5,7 +5,7 @@
{% endblock %}
{% block content %}
-
+<div id='content'>
<fieldset class='edit'>
<legend>{% trans "Subscribe to RSS feed" %}</legend>
<p>* {% trans "indicates a mandatory field" %}</p>
@@ -61,5 +61,5 @@
</form>
</fieldset>
-
+</div>
{% endblock %}