fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
making migdal more universal
[prawokultury.git]
/
prawokultury
/
helpers.py
diff --git
a/prawokultury/helpers.py
b/prawokultury/helpers.py
index
bc11990
..
23520ec
100644
(file)
--- 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,
def textile_restricted_pl(text):
return TextilePL(restricted=True, lite=True,
- noimage=True, auto_link=
Tru
e).textile(
+ noimage=True, auto_link=
Fals
e).textile(
text, rel='nofollow')
text, rel='nofollow')
-class LazyUGettextLazy():
+class LazyUGettextLazy(
object
):
"""You can use it to internationalize strings in settings.
Just import this class as gettext.
"""You can use it to internationalize strings in settings.
Just import this class as gettext.