diff --git a/InvenTree/plugin/templatetags/plugin_extras.py b/InvenTree/plugin/templatetags/plugin_extras.py index d51e990cc4..a30f7ec2e4 100644 --- a/InvenTree/plugin/templatetags/plugin_extras.py +++ b/InvenTree/plugin/templatetags/plugin_extras.py @@ -74,6 +74,7 @@ def plugin_errors(*args, **kwargs): """ return registry.errors + @register.simple_tag(takes_context=True) def notification_settings_list(context, *args, **kwargs): """