From 6c9aa44b3706705bb5c52ce34f8d75b783ce6a80 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 25 Sep 2018 11:09:59 -0400 Subject: [PATCH] user link in topbar --- templates/navigation/topbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index b5bd8e78..6bcd0d0a 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -20,7 +20,7 @@ {% endif %} - + {{ g.current_user.first_name + " " + g.current_user.last_name }} {{ Icon('avatar', classes='topbar__link-icon') }}