summaryrefslogtreecommitdiffstats
path: root/askbot/urls.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-23 14:01:13 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-23 14:01:13 -0300
commit3cb82b615c41c06d15f6ad8edd0ca40a2cc7916d (patch)
treef146b5c6d084c01ee07dd3b3361f3f1cea9dee3c /askbot/urls.py
parent41048a579ee75972e1aec25f40d3271208b1639c (diff)
downloadaskbot-3cb82b615c41c06d15f6ad8edd0ca40a2cc7916d.tar.gz
askbot-3cb82b615c41c06d15f6ad8edd0ca40a2cc7916d.tar.bz2
askbot-3cb82b615c41c06d15f6ad8edd0ca40a2cc7916d.zip
added search dropdown and the ask button
Diffstat (limited to 'askbot/urls.py')
-rw-r--r--askbot/urls.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/askbot/urls.py b/askbot/urls.py
index 4694b38c..4fd63658 100644
--- a/askbot/urls.py
+++ b/askbot/urls.py
@@ -74,9 +74,9 @@ urlpatterns = patterns('',
# END main page urls
url(
- r'^api/get_questions/',
- views.commands.api_get_questions,
- name='api_get_questions'
+ r'^api/title_search/',
+ views.commands.title_search,
+ name='title_search'
),
url(
r'^get-thread-shared-users/',