Merge pull request #15643 from edx/andya/site-theme-preview

Implement theme admin UI to support previewing
This commit is contained in:
Andy Armstrong
2017-07-27 20:33:07 -04:00
committed by GitHub
41 changed files with 666 additions and 106 deletions

View File

@@ -582,9 +582,6 @@ TEMPLATES = [
]
DEFAULT_TEMPLATE_ENGINE = TEMPLATES[0]
# The template used to render a web fragment as a standalone page
STANDALONE_FRAGMENT_VIEW_TEMPLATE = 'fragment-view-chromeless.html'
###############################################################################################
# use the ratelimit backend to prevent brute force attacks