X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/4e8ded7cb86a9f5fe5a3dc00de3a62967fcaffc7..5af5cc14f6b2ecddcad714053e048e39d52ca02d:/prawokultury/helpers.py?ds=sidebyside diff --git a/prawokultury/helpers.py b/prawokultury/helpers.py index bc11990..23520ec 100644 --- a/prawokultury/helpers.py +++ b/prawokultury/helpers.py @@ -19,11 +19,11 @@ def textile_pl(text): def textile_restricted_pl(text): return TextilePL(restricted=True, lite=True, - noimage=True, auto_link=True).textile( + noimage=True, auto_link=False).textile( text, rel='nofollow') -class LazyUGettextLazy(): +class LazyUGettextLazy(object): """You can use it to internationalize strings in settings. Just import this class as gettext.