Does the skin settings in /settings/GENERAL_SKIN_SETTINGS/ (i.e. click on settings, then go to "skin and User Interface Settings") have any effect. It seems to have no effect as far as I can see. What does work is the ASKBOT_DEFAULT_SKIN setting in settings.py
It does work, but you have to restart the application. Jinja compiles templates once and keeps them in memory. When you change the setting, the only thing that happens is just that - the setting value changes.
I need to figure out how to invalidate Jinja2 templates so that they are force-recompiled when you change the setting.
Asked: Nov 17 '10
Seen: 45 times
Last updated: Nov 17 '10
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.