From 50fdbc89d10d33ed17e57b376fc1abc703c895ec Mon Sep 17 00:00:00 2001 From: shehan peruma Date: Fri, 31 Mar 2017 10:59:35 -0400 Subject: [PATCH] display firstname in greeting --- client/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/templates/home.html b/client/templates/home.html index b032e3e..5d33358 100644 --- a/client/templates/home.html +++ b/client/templates/home.html @@ -7,7 +7,7 @@

CollabAll

-

Welcome!

+

Hi {{user.FirstName}}!

CollabAll is a group meeting application. The application aims to better facilitate communication and interaction between students of a group.