summaryrefslogtreecommitdiff
path: root/pgcommitfest/urls.py
diff options
context:
space:
mode:
authorMagnus Hagander2014-07-14 16:11:17 +0000
committerMagnus Hagander2014-07-14 16:11:17 +0000
commit4bc1290965b39a0e09285c7e9235257fd1d16efe (patch)
tree75707ff51ba6d5afa4408ee07abd693e7b688c33 /pgcommitfest/urls.py
parenta34c78278bf6128a489530bf3ef2d6560ac799ce (diff)
Add ability to do global searches
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r--pgcommitfest/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py
index b9e063c..fb32e67 100644
--- a/pgcommitfest/urls.py
+++ b/pgcommitfest/urls.py
@@ -18,6 +18,7 @@ urlpatterns = patterns('',
url(r'^(\d+)/(\d+)/(comment|review)/', 'commitfest.views.comment'),
url(r'^(\d+)/send_email/$', 'commitfest.views.send_email'),
url(r'^(\d+)/\d+/send_email/$', 'commitfest.views.send_email'),
+ url(r'^search/$', 'commitfest.views.global_search'),
url(r'^ajax/(\w+)/$', 'commitfest.ajax.main'),
url(r'^selectable/', include('selectable.urls')),