]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/urls.py
fixes osqa-152: interesting and ignored tags work again. also fixed potential perfor...
[osqa.git] / forum / urls.py
index cb97329453c2bb0a869630dbfc9703ff86d72b74..e6a0eb8aa71b2646049def91c3c7819501348689 100644 (file)
@@ -68,7 +68,8 @@ urlpatterns += patterns('',
     url(r'^%s(?P<id>\d+)/' % _('flag/'), app.commands.flag_post, name='flag_post'),
     url(r'^%s(?P<id>\d+)/' % _('delete/'), app.commands.delete_post, name='delete_post'),
     url(r'^%s(?P<id>\d+)/$' % _('subscribe/'), app.commands.subscribe, name="subscribe"),
-
+    url(r'^%s' % _('matching_tags/'), app.commands.matching_tags, name='matching_tags'),
+    
     url(r'^%s(?P<id>\d+)/%s$' % (_('questions/'), _('revisions/')), app.readers.revisions, name='question_revisions'),
     url(r'^%s$' % _('command/'), app.commands.ajax_command, name='call_ajax'),