@ -15,7 +15,7 @@ snippet for "For loop"
endsnippet
snippet static "Django static route" i
{% static '$0' %}
{% static "$0" %}
snippet url "Django URL resolver" i
@ -41,3 +41,7 @@ snippet comment "Make code a comment"
${0:${VISUAL}}
{% endcomment %}
snippet modeline "Sets the modeline to HTMLDjango"
{# vim:set ft=htmldjango: #}