diff --git a/cdn/static/web/launcher/user_home.html b/cdn/static/web/launcher/user_home.html index 7038cbb..e45d016 100644 --- a/cdn/static/web/launcher/user_home.html +++ b/cdn/static/web/launcher/user_home.html @@ -6,7 +6,8 @@

zoffline Launcher

Logged in as {{ username }}

-

Logout

+

Upload | + Logout

@@ -24,5 +25,14 @@
Select map (optional):
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %}