diff --git a/UltiSnips/htmldjango.snippets b/UltiSnips/htmldjango.snippets index ad57150..37fa85f 100644 --- a/UltiSnips/htmldjango.snippets +++ b/UltiSnips/htmldjango.snippets @@ -186,7 +186,7 @@ snippet iblock "" bi {% block ${1:blockname} %}${VISUAL}{% endblock $1 %} endsnippet -snippet csfr "" bi +snippet csrf "" bi {% csrf_token %} endsnippet