diff --git a/cdn/static/web/launcher/upload.html b/cdn/static/web/launcher/upload.html index 186aa2e..a043c4c 100644 --- a/cdn/static/web/launcher/upload.html +++ b/cdn/static/web/launcher/upload.html @@ -18,7 +18,12 @@ profile.bin
- {{ profile }} + {% if profile %} + {{ profile }} + {% endif %} + {% if not profile %} + {{ profile }} + {% endif %}