diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 4f0d6d7f35..5bbfa22214 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -12,6 +12,32 @@ {% block content %} + + + + + + + + + + + + + + + + + + + + + + + + +
{% trans "Plugin Version" %}
{% trans "Commit Hash" %}{{ plugin.commit.commit }}{% include "clip.html" %}
{% trans "Commit Date" %}{{ plugin.commit.date }}{% include "clip.html" %}
{% trans "Commit Author" %}{{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %}
{% trans "Commit Message" %}{{ plugin.commit.message }}{% include "clip.html" %}
+ {% mixin_enabled plugin 'settings' as settings %} {% if settings %}

{% trans "Settings" %}