diff options
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index ddc9078..5fcfec8 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -1,6 +1,7 @@ {% extends 'website/templates/base.html' %} {% block content %} <h4>Recent Questions</h4> +{{ user.name }} {% for question in questions %} <div class="question"> <div class="title"> |