some syntax errors
This commit is contained in:
parent
510a80665b
commit
d3775bf96d
|
@ -1,5 +1,5 @@
|
|||
{% block js %}
|
||||
{% for element in javascript }
|
||||
<script {% if element.src %}src="{{ element.src }}"{% endif %} {% if element.type %}type="{{ element.type }}"{% endif %}>{% element.innerText %}</script>
|
||||
{% for element in javascript %}
|
||||
<script {% if element.src %}src="{{ element.src }}"{% endif %} {% if element.type %}type="{{ element.type }}"{% endif %}>{{ element.innerText }}</script>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue