From: Roland Häder Date: Thu, 17 Aug 2023 03:42:40 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e350557ffc4b4127a442a47d300dcd1acb23b3ef;p=fba.git Continued: - ops, don't link None --- diff --git a/templates/views/infos.html b/templates/views/infos.html index 3421b3b..0eb57d8 100644 --- a/templates/views/infos.html +++ b/templates/views/infos.html @@ -26,7 +26,13 @@ Software: - {{instance['software']}} + + {% if instance['software'] != None %} + {{instance['software']}} + {% else %} + - + {% endif %} +