From f8579899d2e23b2f652bb43fa79e2fd3292abc02 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Tue, 7 Aug 2012 12:15:51 +0200 Subject: [PATCH] fix "latest" feed for categories by using the category slug ("Permalink") instead of the category's name (reported by Ian Nalepa) --- mediacore/templates/categories/index.html | 2 +- mediacore/templates/categories/more.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mediacore/templates/categories/index.html b/mediacore/templates/categories/index.html index b2f2636e9..d3107fe43 100644 --- a/mediacore/templates/categories/index.html +++ b/mediacore/templates/categories/index.html @@ -19,7 +19,7 @@ + href="${h.url_for(controller='/categories', action='feed', slug=c.category.slug)}" />
diff --git a/mediacore/templates/categories/more.html b/mediacore/templates/categories/more.html index a26c11e6c..b4bca08ad 100644 --- a/mediacore/templates/categories/more.html +++ b/mediacore/templates/categories/more.html @@ -15,7 +15,7 @@ + href="${h.url_for(controller='/categories', action='feed', slug=c.category.slug)}" />

${order == 'latest' and _('Latest') or _('Most Popular')}