Skip to content

Commit 7a8cfcb

Browse files
authored
Merge pull request #106 from edx/jhynes/update-theming-config-example
docs: update theming config example
2 parents 7ac041b + 5c6580b commit 7a8cfcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/devstack_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Make sure that you enable the following code in ./edx-platform/lms/envs/devstack
127127
"/edx/app/edxapp/edx-platform/themes/",
128128
"/edx/app/edx-themes/edx-platform/",
129129
]
130-
TEMPLATES[1]["DIRS"] = _make_mako_template_dirs
130+
TEMPLATES[1]["DIRS"] = Derived(_make_mako_template_dirs)
131131
derive_settings(__name__)
132132
133133
Enabling a theme

py_configuration_files/lms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
480480
# COMPREHENSIVE_THEME_DIRS = [
481481
# "/edx/app/edxapp/edx-platform/themes/"
482482
# ]
483-
# TEMPLATES[1]["DIRS"] = _make_mako_template_dirs
483+
# TEMPLATES[1]["DIRS"] = Derived(_make_mako_template_dirs)
484484
# derive_settings(__name__)
485485

486486
# Uncomment the lines below if you'd like to see SQL statements in your devstack LMS log.

0 commit comments

Comments
 (0)