diff options
author | Jayaram Pai | 2013-12-05 21:25:35 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-05 21:25:35 +0530 |
commit | 41e5496301cd02bff34dad877d20b2dd30349866 (patch) | |
tree | 587de041ff2c6820c7b2a9fc0c4ab87a6c2eb63a /static/website/templates | |
parent | e0bbd9f308e03d1d4e5b2f1e668b8958c81c039e (diff) | |
download | FOSSEE-Forum-41e5496301cd02bff34dad877d20b2dd30349866.tar.gz FOSSEE-Forum-41e5496301cd02bff34dad877d20b2dd30349866.tar.bz2 FOSSEE-Forum-41e5496301cd02bff34dad877d20b2dd30349866.zip |
something works :)
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"> |