Add stripe back into the libraries loaded.

This commit is contained in:
jakedt 2014-04-18 11:02:13 -04:00
parent 0cbcc5baef
commit 99fd8baf39

View file

@ -59,6 +59,8 @@
<script src="//cdn.jsdelivr.net/g/bootbox@4.1.0,underscorejs@1.5.2,restangular@1.2.0,d3js@3.3.3,momentjs"></script>
<script src="https://checkout.stripe.com/checkout.js"></script>
{% for script_path in library_scripts %}
<script src="/static/{{ script_path }}?v={{ cache_buster }}"></script>
{% endfor %}