Fixed the {% with %} template tag from htmldjango.snippets

This commit is contained in:
Oliver Andrich 2013-02-05 21:57:41 +01:00
parent 22b4f2073b
commit d2337af7bb

View File

@ -83,6 +83,8 @@ snippet widthratio
{% widthratio ${1:this_value} ${2:max_value} ${3:100} %} {% widthratio ${1:this_value} ${2:max_value} ${3:100} %}
snippet with snippet with
{% with ${1} as ${2} %} {% with ${1} as ${2} %}
${3}
{% endwith %}
# Template Filters # Template Filters