diff gpp/templates/home.html @ 176:b7ac381996e8

Implement ticket #59; update RSS feeds for Django 1.2.
author Brian Neal <bgneal@gmail.com>
date Thu, 11 Mar 2010 02:34:07 +0000
parents b1766b1bda45
children 29679b0b98ad
line wrap: on
line diff
--- a/gpp/templates/home.html	Wed Mar 03 04:09:42 2010 +0000
+++ b/gpp/templates/home.html	Thu Mar 11 02:34:07 2010 +0000
@@ -8,7 +8,7 @@
 {% load cache %}
 {% block title %}Home{% endblock %}
 {% block custom_head %}
-<link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url feeds-news url="news" %}" />
+<link rel="alternate" type="application/rss+xml" title="SurfGuitar101 News" href="{% url feeds-news %}" />
 {% endblock %}
 {% block custom_css %}
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/news.css" />