summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-09-03 17:21:04 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-09-03 17:21:04 +0200
commit0942d798f6ab24214466a484a21c8085e0ff7807 (patch)
tree6cb3266ec92bea886a798aa7ce551f3efc9ff903 /hyperkitty/urls.py
parenta1d9f6e422ff41eb57709d12854a01ccd24cf82a (diff)
downloadhyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.tar.gz
hyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.tar.xz
hyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.zip
Improve navigation links
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r--hyperkitty/urls.py2
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?)/$',