diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index e10a4f8db3..3aac7bf845 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -48,12 +48,15 @@ {% endif %} + {% if plugin.is_package==False %}
{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}
+ {% endif %}{% trans "Commit Author" %} | {{ plugin.package.author }} - {{ plugin.package.mail }}{% include "clip.html" %} | @@ -70,6 +73,11 @@{% trans "Commit Message" %} | {{ plugin.package.message }}{% include "clip.html" %} | ||
{% trans "This plugin was installed as a package" %} | +|||||
{% trans "Sign Status" %} |