diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-24 16:51:17 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-24 16:51:17 -0400 |
commit | 8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0 (patch) | |
tree | 91c771c5e61a3a3967a5c310707b3e8eaf89a974 /urls.py | |
parent | 135667fb2cc820abe02826e378a68f3aead527af (diff) | |
download | hyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.tar.gz hyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.tar.xz hyperkitty-8e325c2250b8a7eaa75c2e988cbf7af4e596d0c0.zip |
modified voteup/votedown URL
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ### |