summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-02-22 22:54:53 -0600
committerDan McGee <dan@archlinux.org>2012-02-22 22:54:53 -0600
commitc7eca65692ab721348a504ffaa7d468141c10846 (patch)
treee4214c61ae4e2d819468f2f2928e99a5c6ab48c5 /urls.py
parent85a215e158e8631999dcbb45688adfa040767778 (diff)
parentf451e61725214337253f826ec62800ef7faa4995 (diff)
Merge branch 'retro'
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 946c7ecd..a061f030 100644
--- a/urls.py
+++ b/urls.py
@@ -70,6 +70,10 @@ urlpatterns += patterns('public.views',
(r'^master-keys/$', 'keys', {}, 'page-keys'),
)
+urlpatterns += patterns('retro.views',
+ (r'^retro/(?P<year>[0-9]{4})/$', 'retro_homepage', {}, 'retro-homepage'),
+)
+
# Includes and other remaining stuff
urlpatterns += patterns('',
# cache this static JS resource for 1 week rather than default 5 minutes