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 }}