Allow tags with identical names.
[wolnelektury.git] / wolnelektury / settings.py
index 66f2f6c..db1131a 100644 (file)
@@ -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 *