diff options
author | Sashi20 | 2018-11-02 18:04:38 +0530 |
---|---|---|
committer | GitHub | 2018-11-02 18:04:38 +0530 |
commit | 78ebf02bf04c7ca517afe24852b4283a0906035b (patch) | |
tree | 73fded991d2a74c1e3b8552a86536c4664759a07 /static/website/templates/question_list.html | |
parent | a47953cb21b0e9bda909c5cca589fc9d8d8f400c (diff) | |
parent | 23973c6fd3d6e0ac033f0a1a50c2c32e4e1d124d (diff) | |
download | nccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.tar.gz nccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.tar.bz2 nccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.zip |
Merge pull request #46 from Akshen/develop
Allow participants to view and download solutions
Diffstat (limited to 'static/website/templates/question_list.html')
-rw-r--r-- | static/website/templates/question_list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/website/templates/question_list.html b/static/website/templates/question_list.html index cc11098..65b571a 100644 --- a/static/website/templates/question_list.html +++ b/static/website/templates/question_list.html @@ -13,7 +13,6 @@ <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> |