Implement theme admin UI to support previewing
LEARNER-2017
This commit is contained in:
@@ -104,6 +104,9 @@ urlpatterns = (
|
||||
# URLs for managing dark launches of languages
|
||||
url(r'^update_lang/', include('openedx.core.djangoapps.dark_lang.urls', namespace='dark_lang')),
|
||||
|
||||
# URLs for managing theming
|
||||
url(r'^theming/', include('openedx.core.djangoapps.theming.urls', namespace='theming')),
|
||||
|
||||
# For redirecting to help pages.
|
||||
url(r'^help_token/', include('help_tokens.urls')),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user