summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/urls.py')
-rw-r--r--hyperkitty/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/urls.py b/hyperkitty/urls.py
index 9199de0..336d84c 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -41,6 +41,7 @@ urlpatterns = patterns('hyperkitty.views',
# Index
url(r'^/$', 'pages.index', name='index'),
url(r'^$', 'pages.index', name='root'),
+ url(r'^lists-properties$', 'pages.list_properties', name='list_properties'),
# Account
#url(r'^accounts/login/$', login_view, {'template_name': 'login.html', 'SSL': True}, name='user_login'),