##// END OF EJS Templates
Add power monitor
Add power monitor

File last commit:

r366:bdf15dfd5ebe
r393:737695221ef9
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',
}