##// END OF EJS Templates
Add view confirmation for write/chng beam methods
Add view confirmation for write/chng beam methods

File last commit:

r320:3c2ffeace299
r333:176c9ea0dbf6
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',
}