2
0
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:
Matthias
2021-11-20 04:00:34 +01:00
parent 9f0882d637
commit 0d44a4cfa5
2 changed files with 33 additions and 0 deletions

View File

@ -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