From f59d3b528c6805a4bd0b321fdb41ff007df4bf4b Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:08:14 -0300 Subject: [PATCH] Update user_home.html --- cdn/static/web/launcher/user_home.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 %}