Merge pull request #756 from strycore/master

Fix csrf snippet name in htmldjango
This commit is contained in:
Louis Pilfold 2016-06-22 07:57:27 +01:00 committed by GitHub
commit 7f09e0febf

View File

@ -186,7 +186,7 @@ snippet iblock "" bi
{% block ${1:blockname} %}${VISUAL}{% endblock $1 %}
endsnippet
snippet csfr "" bi
snippet csrf "" bi
{% csrf_token %}
endsnippet