Skip to content

Commit 29300be

Browse files
committed
Update README.md
1 parent 554a4c9 commit 29300be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On my base.html template I usually have something like this:
4949
<script src="{% static 'js/code1.js' %}"></script>
5050
<script src="{% static 'js/code2.js' %}"></script>
5151
<script>
52-
<!-- js bellow contains django tags inside -->
52+
// js bellow contains django tags inside
5353
{% include 'tasks/code3template.js' %}
5454
{% include 'tasks/codentemplate.js' %}
5555
{% include 'message/moretemplatecode.js' %}

0 commit comments

Comments
 (0)