Fixed script tag

This commit is contained in:
Felipe Martín 2015-08-27 22:39:27 +02:00
parent 5fa4c50e52
commit aaa0bf047f
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@
var MEDIA_URL = '{{ MEDIA_URL }}';
var CURRENCIES = ['{{ CURRENCIES|join:"', '" }}'];
</script>
<script type="text/javascript" src={% static "dist/app.js" %}></script>
<script type="text/javascript" src="{% static "dist/app.js" %}" async defer></script>
</body>
</html>