]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
settings: always load combo templatetags
[panikweb.git] / panikweb / settings.py
index d92df36a27272b4d5a169179f7e2c47b50576414..5ec8e906903810e1894c73c62f16cc12e1b6777c 100644 (file)
@@ -127,6 +127,9 @@ TEMPLATES = [
                 'django.template.context_processors.tz',
                 'panikweb.context_processors.site_url',
             ],
+            'builtins': [
+                'combo.public.templatetags.combo',
+            ],
         },
     },
 ]