Merge branch 'security'

Conflicts:
	endpoints/api.py
	endpoints/web.py
This commit is contained in:
yackob03 2014-01-23 14:51:43 -05:00
commit 845985c859
10 changed files with 202 additions and 153 deletions

View file

@ -69,6 +69,7 @@
<script type="text/javascript">
window.__endpoints = {{ route_data|safe }}.endpoints;
window.__token = '{{ csrf_token() }}';
</script>
<script src="static/js/app.js"></script>