Update to use Bootstrap beta release
FEDX-375
This commit is contained in:
@@ -998,10 +998,8 @@ if settings.DEBUG:
|
||||
settings.PROFILE_IMAGE_BACKEND['options']['base_url'],
|
||||
document_root=settings.PROFILE_IMAGE_BACKEND['options']['location']
|
||||
)
|
||||
# TODO: re-enable this after removing the URL below
|
||||
# urlpatterns += url(r'^template/(?P<template>.+)$', 'openedx.core.djangoapps.debug.views.show_reference_template')
|
||||
|
||||
# TODO: DO NOT MERGE
|
||||
# UX reference templates
|
||||
urlpatterns += url(r'^template/(?P<template>.+)$', 'openedx.core.djangoapps.debug.views.show_reference_template'),
|
||||
|
||||
if 'debug_toolbar' in settings.INSTALLED_APPS:
|
||||
|
||||
Reference in New Issue
Block a user