Skip to content

Commit

Permalink
Add some more URL mappings for old talks -> new talks. Closes #378
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Sep 23, 2015
1 parent 14be262 commit 06e043c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion talks/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@

# Mappings from old talks site
url(r'^talk/index/(?P<index_id>[^/]+)$', old_talks_mappings, name='old-talks-mappings'),
url(r'^(show|list)/(index|archive|text)/(?P<index_id>[^/]+)$', old_series_mappings, name='old-series-mappings'),
url(r'^(feeds|show|list)/(table|minimalist|detailed|bulletin|simplewithlogo|oneday|xml|rss|ics|json|index|archive|text)/(?P<index_id>[^/]+)$', old_series_mappings, name='old-series-mappings'),
url(r'^dates', RedirectView.as_view(pattern_name='browse_events')),
url(r'^index', RedirectView.as_view(pattern_name='browse_events')),

)

0 comments on commit 06e043c

Please sign in to comment.