]> git.0d.be Git - panikweb.git/commitdiff
settings: always load combo templatetags
authorFrédéric Péters <fpeters@0d.be>
Sun, 29 Dec 2019 13:08:21 +0000 (14:08 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 29 Dec 2019 13:08:21 +0000 (14:08 +0100)
panikweb/settings.py

index c80afaec12e071503f34a0c2f687fc58e213cb7b..f316a5e7403950e3fa6ada186bc592e35eadb6c5 100644 (file)
@@ -128,6 +128,9 @@ TEMPLATES = [
                 'django.template.context_processors.tz',
                 'panikweb.context_processors.panikweb',
             ],
+            'builtins': [
+                'combo.public.templatetags.combo',
+            ],
         },
     },
 ]