X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23cb7f0a20da250bc684cd29e2e412b276284961..d95d8a5fe401479b8adaa10cb77012c130525efd:/wolnelektury/settings.py?ds=sidebyside diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 66f2f6ce3..db1131aea 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -186,6 +186,9 @@ THUMBNAIL_PROCESSORS = ( TRANSLATION_REGISTRY = "wolnelektury.translation" +# limit number of filtering tags +MAX_TAG_LIST = 6 + # Load localsettings, if they exist try: from localsettings import *