]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[svn] fixed filter mapping for urlize
authorTassilo Schweyer <git@welterde.de>
Wed, 14 Mar 2007 17:04:07 +0000 (18:04 +0100)
committerTassilo Schweyer <git@welterde.de>
Wed, 14 Mar 2007 17:04:07 +0000 (18:04 +0100)
--HG--
branch : trunk

jinja/filters.py

index 5b7157052a554386fa10e60a4e16d940bca1e8bf..93939803cb0cd7f07dac07dad5f65f158e9b44c1 100644 (file)
@@ -580,5 +580,6 @@ FILTERS = {
     'rst':                  do_rst,
     'int':                  do_int,
     'float':                do_float,
-    'string':               do_string
+    'string':               do_string,
+    'urlize':               do_urlize
 }