summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-30 18:53:43 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-30 18:53:43 +0100
commit552582410df622d58da330ea712e83f1fa775c9b (patch)
treeb75c51ae356609eae1da65c531b0edc0baf5befd /hyperkitty/urls.py
parentde5710edeb34e9433f76a1ccd6f65ab144f373d2 (diff)
downloadhyperkitty-552582410df622d58da330ea712e83f1fa775c9b.tar.gz
hyperkitty-552582410df622d58da330ea712e83f1fa775c9b.tar.xz
hyperkitty-552582410df622d58da330ea712e83f1fa775c9b.zip
Don't use the search engine to display a user's posts
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 e59c0ce..865d126 100644
--- a/hyperkitty/urls.py
+++ b/hyperkitty/urls.py
@@ -51,6 +51,7 @@ urlpatterns = patterns('hyperkitty.views',
# Users
url(r'^user/(?P<user_id>[^/]+)/$', 'accounts.public_profile', name='public_user_profile'),
+ url(r'^user/(?P<user_id>[^/]+)/posts$', 'accounts.posts', name='user_posts'),
# List archives and overview
url(r'^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$',