diff options
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r-- | pgcommitfest/urls.py | 1 |
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')), |