summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-24 16:51:17 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-24 16:51:17 -0400
commit8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0 (patch)
tree91c771c5e61a3a3967a5c310707b3e8eaf89a974 /urls.py
parent135667fb2cc820abe02826e378a68f3aead527af (diff)
downloadhyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.tar.gz
hyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.tar.xz
hyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.zip
modified voteup/votedown URL
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 175b3c0..b8dd789 100644
--- a/urls.py
+++ b/urls.py
@@ -58,7 +58,7 @@ urlpatterns = patterns('',
### MESSAGE LEVEL VIEWS ###
# Vote a message
- url(r'^vote/(?P<mlist_fqdn>.*@.*)/(?P<messageid>.+)/$',
+ url(r'^vote/(?P<mlist_fqdn>.*@.*)/$',
'views.message.vote'),
### THREAD LEVEL VIEWS ###