{# admin_theme Created by Noah Kantrowitz on 2009-03-29. Copyright (c) 2009 Noah Kantrowitz. All rights reserved. Copyright (c) 2021 Cinc. All rights reserved. #} # extends 'admin.html' # block admintitle Custom theme # endblock admintitle # block head ${ super() } # endblock head # block adminpanel

Custom theme

${jmacros.form_token_input()}
General
# if current_theme and current_theme.get('schemes') and len(current_theme['schemes']) > 1:
Schemes
# endif # if current_theme and current_theme.get('colors'):
Colors # for name, color in sorted(iteritems(colors)):
# endfor
# endif
# endblock adminpanel