Skip to content

Commit

Permalink
display firstname in greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
shehan committed Mar 31, 2017
1 parent 889ddfc commit 50fdbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2>CollabAll</h2>
<!--<span class="fa fa-smile-o bg-fade" aria-hidden="true"></span>-->
<div class="jumbotron">
<div class="container">
<h1>Welcome!</h1>
<h1>Hi {{user.FirstName}}!</h1>
<h4 style="line-height: 200%;">
CollabAll is a group meeting application. The application aims to better facilitate communication and interaction between students of a group.
</h4>
Expand Down

0 comments on commit 50fdbc8

Please sign in to comment.