]> 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, 5 Jan 2020 15:47:36 +0000 (16:47 +0100)
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',
+            ],
         },
     },
 ]