]> git.0d.be Git - panikdb.git/commitdiff
settings: define default combo template
authorFrédéric Péters <fpeters@0d.be>
Sat, 9 Jul 2016 07:59:55 +0000 (09:59 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 9 Jul 2016 07:59:55 +0000 (09:59 +0200)
panikdb/settings.py

index a3f0e026fe431d378d663845c38ba54b5b8bfee4..a3d115051fd17aad9766b67584ee6f820a62224f 100644 (file)
@@ -226,6 +226,7 @@ p a:hover { border-bottom: 1px solid black; }
 RAVEN_CONFIG = None
 
 from panikombo.misc import COMBO_PUBLIC_TEMPLATES
+COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard'
 
 AUTO_RENDER_SELECT2_STATICS = False