summaryrefslogtreecommitdiffstats
path: root/askbot/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/urls.py')
-rw-r--r--askbot/urls.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/askbot/urls.py b/askbot/urls.py
index f71962f1..e82ad0df 100644
--- a/askbot/urls.py
+++ b/askbot/urls.py
@@ -534,7 +534,12 @@ urlpatterns = patterns('',
service_url(
r'^widgets/questions/(?P<widget_id>\d+)/$',
views.widgets.question_widget,
- name = 'question_widget'
+ name='question_widget'
+ ),
+ service_url(
+ r'^get-perms-data/$',
+ views.readers.get_perms_data,
+ name='get_perms_data'
),
service_url(
r'^start-sharing-twitter/$',