diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index f111cd6..3cf36ee 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} -<h1>Hi, {{ user.username }}!</h1> +<h1>Hi, {{ current_user.username }}!</h1> {% endblock %} |
