##// END OF EJS Templates
Nueva plantilla, prueba comunicacion y nuevos campos ddsrest
Nueva plantilla, prueba comunicacion y nuevos campos ddsrest

File last commit:

r320:3c2ffeace299
r335:7377db7c77e8
Show More
processors.py
9 lines | 242 B | text/x-python | PythonLexer
Juan C. Espinoza
Fix main template and views
r320 def radarsys_globals(request):
if request.user.is_authenticated:
theme = request.user.profile.theme
else:
theme = 'spacelab'
return {
'theme': theme,
'{}_active'.format(theme): 'active',
}