Add ending script tag

This commit is contained in:
Andrew Croce 2018-08-03 09:10:19 -04:00
parent c73bd982a4
commit a2fd623611

View File

@ -35,7 +35,7 @@
{% block modal %}{% endblock %}
{% assets "js_all" %}
<script src="{{ ASSET_URL }}"/>
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
</body>
</html>