summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:14:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:14:24 -0500
commitba1936caf48c3d5f85531918623fb83da5e9c27e (patch)
treeb4e2d24680f1d8c52263d3f860d9c5a6928fc1fa /urls.py
parent9daa52bb327ab238952636f7d48103d4c84e675b (diff)
parent8fb6581c7ace21e36ea65de84b42f9f41826d9a7 (diff)
Merge tag 'release_2012-02-23'
Fix template fragment caching issue
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 6f788036..bac7aee9 100644
--- a/urls.py
+++ b/urls.py
@@ -69,6 +69,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