Embed the discovery information directly into the page

This commit is contained in:
Joseph Schorr 2013-12-27 17:19:14 -05:00
parent 619f3abc16
commit 3d899b9f95
4 changed files with 100 additions and 69 deletions

View file

@ -65,7 +65,10 @@
{% endblock %}
<script src="static/js/bootstrap.js"></script>
<script type="text/javascript">
window.__endpoints = {{ route_data|safe }}.endpoints;
</script>
<script src="static/js/app.js"></script>
<script src="static/js/controllers.js"></script>
<script src="static/js/graphing.js"></script>