##// END OF EJS Templates
SIR con app DDS_REST
SIR con app DDS_REST

File last commit:

r320:3c2ffeace299
r336:7cf6d98b9448 ver_p3
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',
}