Add ending script tag

This commit is contained in:
Andrew Croce 2018-08-03 09:10:19 -04:00 committed by richard-dds
parent 434fe69f2a
commit d7d1345001

View File

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