diff --git a/InvenTree/plugin/helpers.py b/InvenTree/plugin/helpers.py index 011a8f84f0..db6f9635a2 100644 --- a/InvenTree/plugin/helpers.py +++ b/InvenTree/plugin/helpers.py @@ -223,6 +223,7 @@ def get_plugins(pkg, baseclass): return plugins # endregion + # region templates def render_template(plugin, template_file, context=None): """