From d658eb030d9684b424a115d5bd74dee483c9a879 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 26 May 2026 13:20:30 -0400 Subject: [PATCH] 05/26 Update welcome message --- app/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 9b9eeee..71168ca 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -4,7 +4,7 @@ {% block content %}
-

Welcome, {{ current_user.username }}!

+

Welcome, {{ current_user.display_name }}!

{{ current_user.role.replace('_',' ')|title }}