From 950ae247a58e6b19c7305829e20c80eb812f48d3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Oct 2021 22:39:45 +0200 Subject: [PATCH] cleaner signature status --- InvenTree/templates/InvenTree/settings/plugin_settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 7e606cbf95..4a96e7e2e2 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -64,7 +64,7 @@ {% trans "Commit Sign Status" %} - {{ plugin.commit.verified }}: {{ plugin.sign_state.msg }} + {% if plugin.commit.verified %}{{ plugin.commit.verified }}: {% endif%}{{ plugin.sign_state.msg }}