summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
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 946c7ec..a061f03 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