summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-04-11 22:17:00 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-04-11 22:17:00 +0200
commit71ab4141c718ac0bf6eabc3452a1d4d310bca60e (patch)
treeb66ff83332d249cb0cbaa45a48dd2fd1af317b7d /urls.py
parentfc9e35f608125502f125a873a4b998a4f4b310a5 (diff)
downloadhyperkitty-71ab4141c718ac0bf6eabc3452a1d4d310bca60e.tar.gz
hyperkitty-71ab4141c718ac0bf6eabc3452a1d4d310bca60e.tar.xz
hyperkitty-71ab4141c718ac0bf6eabc3452a1d4d310bca60e.zip
Enable to see archives for a single day
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 1a358d5..8003a0d 100644
--- a/urls.py
+++ b/urls.py
@@ -14,6 +14,8 @@ urlpatterns = patterns('',
url(r'^$', 'views.pages.index'),
################# ARCHIVES ###################
+ url(r'^archives/(?P<mlist_fqdn>.*@.*)/(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$',
+ 'views.pages.archives'),
url(r'^archives/(?P<mlist_fqdn>.*@.*)/(?P<year>\d{4})/(?P<month>\d\d?)/$',
'views.pages.archives'),
url(r'^archives/(?P<mlist_fqdn>.*@.*)/$',