diff options
author | FOSSEE Git User | 2018-10-25 19:32:12 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-10-25 19:32:12 +0530 |
commit | 23c740c79135c8e2dcae6b2935d0fb6d573f2b26 (patch) | |
tree | 9ae0c5fcd00ec2fa9e58333d4d3ca57f81a37b75 /static/website | |
parent | 03a61256c477fbe30714a12ad09258ad93295936 (diff) | |
parent | 7d171e9b3dfdf6119f719ae7283add795bd1ec6c (diff) | |
download | nccps-2018-23c740c79135c8e2dcae6b2935d0fb6d573f2b26.tar.gz nccps-2018-23c740c79135c8e2dcae6b2935d0fb6d573f2b26.tar.bz2 nccps-2018-23c740c79135c8e2dcae6b2935d0fb6d573f2b26.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/templates/question_list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/question_list.html b/static/website/templates/question_list.html index 65b571a..cc11098 100644 --- a/static/website/templates/question_list.html +++ b/static/website/templates/question_list.html @@ -13,6 +13,7 @@ <br> <a href="{% url 'website:add_questions' %}" ><button class="btn-default btn-warning"> Add Question </button></a> <a href="{% url 'website:leaderboard' %}" ><button class="btn-default btn-info"> LeaderBoard </button></a> + <br><br> </div> |