refactor: use MakoService.render_template to remove deprecation warnings

from block code.
This commit is contained in:
Jillian Vogel
2021-10-05 13:34:03 +10:30
parent 457f959356
commit 8d62d337f5
24 changed files with 91 additions and 49 deletions

View File

@@ -705,7 +705,7 @@ def get_module_system_for_user(
mako_service = MakoService()
if settings.FEATURES.get("LICENSING", False):
block_wrappers.append(wrap_with_license)
block_wrappers.append(partial(wrap_with_license, mako_service=mako_service))
# Wrap the output display in a single div to allow for the XModule
# javascript to be bound correctly