mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
error retrieving tag
This commit is contained in:
@ -51,3 +51,8 @@ def safe_url(view_name, *args, **kwargs):
|
||||
return reverse(view_name, args=args, kwargs=kwargs)
|
||||
except:
|
||||
return None
|
||||
|
||||
@register.simple_tag()
|
||||
def plugin_errors(*args, **kwargs):
|
||||
"""Return all plugin errors"""
|
||||
return djangosettings.INTEGRATION_ERRORS
|
||||
|
Reference in New Issue
Block a user