From 264ce517b0df24d135868ddbc503597915134454 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Sun, 18 Aug 2013 18:32:18 +0200 Subject: [PATCH] fix url of subscription history page --- mygpo/web/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/web/urls.py b/mygpo/web/urls.py index 06fc22b1..891bba9e 100644 --- a/mygpo/web/urls.py +++ b/mygpo/web/urls.py @@ -57,7 +57,7 @@ urlpatterns += patterns('mygpo.web.views.podcast', url(r'^podcast/(?P\d+)/set-private', 'set_public_oldid', name='podcast-private', kwargs={'public': False}), url(r'^podcast/(?P\d+)/-episodes', 'all_episodes_oldid', name='podcast-all-episodes'), url(r'^podcast/(?P\d+)/-flattr', 'flattr_podcast_oldid', name='podcast-flattr'), - url(r'^podcast/(?P\d+)/+history', 'history_podcast_oldid', name='podcast-history'), + url(r'^podcast/(?P\d+)/\+history', 'history_podcast_oldid', name='podcast-history'), url(r'^podcast/(?P[\w-]+)/?$', 'show_slug_id', name='podcast-slug-id'), url(r'^podcast/(?P[\w-]+)/subscribe$', 'subscribe_slug_id', name='subscribe-slug-id'), -- 2.11.4.GIT