Skip to content

Commit c66eb3c

Browse files
mercuryseriesxabbuh
authored andcommitted
Fix little typo
Should be head_js or better to remove it like in the head_css example above.
1 parent 3689477 commit c66eb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ template which other templates extend from):
1616
{% endblock %}
1717
{% block head_js %}
1818
<!-- Copy JavaScript from https://getbootstrap.com/docs/4.0/getting-started/introduction/#js -->
19-
{% endblock head %}
19+
{% endblock %}
2020

2121
If your application uses modern front-end practices, it's better to use
2222
:doc:`Webpack Encore </frontend>` and follow :doc:`this tutorial </frontend/encore/bootstrap>`

0 commit comments

Comments
 (0)