add typeahead for tournament names
[mlpccg-meta.git] / mlpccg-web / urls.py
index f86c04d..2c05e73 100644 (file)
@@ -9,4 +9,5 @@ urlpatterns = patterns(
     url(r'^$', 'meta.views.index'),
     url(r'^meta/$', 'meta.views.index'),
     url(r'^meta/rate$', 'meta.views.rate'),
+    url(r'^meta/tournaments', 'meta.views.tournaments')
 )