Implement theme admin UI to support previewing
LEARNER-2017
This commit is contained in:
@@ -64,6 +64,9 @@ urlpatterns = patterns(
|
||||
# Darklang View to change the preview language (or dark language)
|
||||
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