diff options
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r-- | hyperkitty/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py index 5091f51..ae9ef64 100644 --- a/hyperkitty/urls.py +++ b/hyperkitty/urls.py @@ -19,7 +19,7 @@ urlpatterns = patterns('hyperkitty.views', # Index url(r'^/$', 'pages.index', name='index'), - url(r'^$', 'pages.index'), + url(r'^$', 'pages.index', name='root'), # Archives url(r'^archives/(?P<mlist_fqdn>.*@.*)/(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$', |