summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-15 11:11:02 +0000
committerAurélien Bompard <aurelien@bompard.org>2013-08-15 11:11:22 +0000
commita77a567329baf8156a782c2dde8e80f38740a97a (patch)
treee8c149b96ba65236f91e03654b448d52013e0b7a /hyperkitty/urls.py
parent4c1c013620909a0f3490d1a6582924a567dea455 (diff)
downloadhyperkitty-a77a567329baf8156a782c2dde8e80f38740a97a.tar.gz
hyperkitty-a77a567329baf8156a782c2dde8e80f38740a97a.tar.xz
hyperkitty-a77a567329baf8156a782c2dde8e80f38740a97a.zip
Load subscriptions asynchronously
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 c24615a..8a6c161 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -48,6 +48,7 @@ urlpatterns = patterns('hyperkitty.views',
url(r'^accounts/profile/$', 'accounts.user_profile', name='user_profile'),
url(r'^accounts/profile/last_views$', 'accounts.last_views', name='user_last_views'),
url(r'^accounts/profile/votes$', 'accounts.votes', name='user_votes'),
+ url(r'^accounts/profile/subscriptions$', 'accounts.subscriptions', name='user_subscriptions'),
url(r'^accounts/register/$', 'accounts.user_registration', {'SSL': True}, name='user_registration'),
# Users