##// END OF EJS Templates
last changes
last changes

File last commit:

r320:3c2ffeace299
r334:ff9b4f433b43
Show More
processors.py
9 lines | 242 B | text/x-python | PythonLexer
def radarsys_globals(request):
if request.user.is_authenticated:
theme = request.user.profile.theme
else:
theme = 'spacelab'
return {
'theme': theme,
'{}_active'.format(theme): 'active',
}