From a08ff27f78d8838c38b570c87fdb5ed3fa3676a5 Mon Sep 17 00:00:00 2001 From: perast Date: Tue, 10 Nov 2020 10:16:19 +0100 Subject: [PATCH] Cleaner if in view --- cdn/static/web/launcher/upload.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cdn/static/web/launcher/upload.html b/cdn/static/web/launcher/upload.html index a043c4c..74c6009 100644 --- a/cdn/static/web/launcher/upload.html +++ b/cdn/static/web/launcher/upload.html @@ -20,8 +20,7 @@
{% if profile %} {{ profile }} - {% endif %} - {% if not profile %} + {% else %} {{ profile }} {% endif %}