mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-18 12:30:57 +03:00
Fix typo and trailing whitespaces
This commit is contained in:
parent
9e44a205c3
commit
e99120d87d
|
@ -119,7 +119,7 @@
|
|||
{% block inline_javascript %}
|
||||
{% comment %}
|
||||
Script tags with only code, no src (defer by default). To run
|
||||
with a "defer" so that you run run inline code:
|
||||
with a "defer" so that you run inline code:
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', () => {/* Run whatever you want */});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user