##// END OF EJS Templates
Fix saving data position
Fix saving data position

File last commit:

r366:bdf15dfd5ebe
r392:16208270cf50
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',
}