Fixes #3211, fixes #3211: related books and pictures bars.
[wolnelektury.git] / apps / catalogue / __init__.py
index f3d44e1..eaeb7d4 100644 (file)
@@ -24,6 +24,7 @@ class Settings(AppSettings):
 
     REDAKCJA_URL = "http://redakcja.wolnelektury.pl"
     GOOD_LICENSES = set([r'CC BY \d\.\d', r'CC BY-SA \d\.\d'])
+    RELATED_RANDOM_PICTURE_CHANCE = .5
 
     def _more_DONT_BUILD(self, value):
         for format_ in ['cover', 'pdf', 'epub', 'mobi', 'fb2', 'txt']: