X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1eb51aa3f7a7add93f837456759d453288e6a454..7f5e25a1b44bd8ad23ecb5d8194306b319998a72:/forum/urls.py?ds=sidebyside diff --git a/forum/urls.py b/forum/urls.py index cb97329..e6a0eb8 100644 --- a/forum/urls.py +++ b/forum/urls.py @@ -68,7 +68,8 @@ urlpatterns += patterns('', url(r'^%s(?P\d+)/' % _('flag/'), app.commands.flag_post, name='flag_post'), url(r'^%s(?P\d+)/' % _('delete/'), app.commands.delete_post, name='delete_post'), url(r'^%s(?P\d+)/$' % _('subscribe/'), app.commands.subscribe, name="subscribe"), - + url(r'^%s' % _('matching_tags/'), app.commands.matching_tags, name='matching_tags'), + url(r'^%s(?P\d+)/%s$' % (_('questions/'), _('revisions/')), app.readers.revisions, name='question_revisions'), url(r'^%s$' % _('command/'), app.commands.ajax_command, name='call_ajax'),