We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554a4c9 commit 29300beCopy full SHA for 29300be
README.md
@@ -49,7 +49,7 @@ On my base.html template I usually have something like this:
49
<script src="{% static 'js/code1.js' %}"></script>
50
<script src="{% static 'js/code2.js' %}"></script>
51
<script>
52
- <!-- js bellow contains django tags inside -->
+ // js bellow contains django tags inside
53
{% include 'tasks/code3template.js' %}
54
{% include 'tasks/codentemplate.js' %}
55
{% include 'message/moretemplatecode.js' %}
0 commit comments