add typeahead for tournament names
[mlpccg-meta.git] / meta / templates / base.html
index 4015d3f..240be55 100644 (file)
@@ -64,6 +64,7 @@
     <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
     <script src="{{STATIC_URL}}js/vendor/jquery-1.11.0.min.js"></script>
     <script src="{{STATIC_URL}}js/vendor/bootstrap.min.js"></script>
+    <script src="{{STATIC_URL}}js/vendor/typeahead.bundle.min.js"></script>
     <script src="{{STATIC_URL}}js/main.js"></script>
     </body>
 </html>