aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/feeds.html')
-rw-r--r--pyaggr3g470r/templates/feeds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html
index 0893f982..1efa0b1f 100644
--- a/pyaggr3g470r/templates/feeds.html
+++ b/pyaggr3g470r/templates/feeds.html
@@ -4,7 +4,7 @@
<h1>You are subscribed to the following feeds</h1>
<ul>
{% for feed in feeds %}
- <li><a href="/feed/{{ feed.id }}">{{ feed.title }}</a></li>
+ <li><a href="/feed/{{ feed.oid }}">{{ feed.title }}</a></li>
{% endfor %}
</ul>
</div><!-- /.container -->
bgstack15