forked from projects/fipamo
fixed start twig template
This commit is contained in:
parent
2fdd7f40f0
commit
8502c4f0e0
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block javascripts %}
|
{% block javascripts %}
|
||||||
<script src="./assets/scripts/Start.js" type="text/javascript"></script>
|
<script src="/assets/scripts/Start.js" type="text/javascript"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue