From 2d5854e1e595777fea4feb6d921ad35c2d36db9f Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Oct 2021 23:00:07 +0200 Subject: [PATCH] fix nav error --- InvenTree/templates/InvenTree/settings/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index 9fcd859369..c2f01789df 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -43,7 +43,7 @@ {{ plugin.author }} {{ plugin.pub_date }} - {% if plugin.version %}{{ plugin.version }{% endif %} + {% if plugin.version %}{{ plugin.version }}{% endif %} {% endfor %}