From d2337af7bbd954bf09ea85a545d6b86d85a0e955 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Tue, 5 Feb 2013 21:57:41 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20the=20{%=20with=20%}=C2=A0template=20ta?= =?UTF-8?q?g=20from=20htmldjango.snippets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/htmldjango.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/htmldjango.snippets b/snippets/htmldjango.snippets index c19e877..09cf98e 100644 --- a/snippets/htmldjango.snippets +++ b/snippets/htmldjango.snippets @@ -83,6 +83,8 @@ snippet widthratio {% widthratio ${1:this_value} ${2:max_value} ${3:100} %} snippet with {% with ${1} as ${2} %} + ${3} + {% endwith %} # Template Filters