X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Ffarmconfig.py;h=7fdcbff255ef6f185b70c255ff0dc4c1cd8eb40b;hp=194b49876c50bd32c7d32f603b005e83109fa8cf;hb=58b669cdbac3fe8ef8c3bbab9a66c0307825f6eb;hpb=02dde2d726817f117c7d366c43f9b784e2db4ba3 diff --git a/conf/farmconfig.py b/conf/farmconfig.py index 194b498..7fdcbff 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -128,9 +128,10 @@ class FarmConfig(DefaultConfig): u'HelpContents', ] - # The default theme anonymous or new users get - theme_default = 'modern' - + # Always use the proxy. Specific configs define a proxy_theme_mapping, + # which maps specific paths to a corresponding theme. + theme_default = 'proxy' + theme_force = True # Language options --------------------------------------------------