diff options
author | ashwinishinde | 2015-03-18 14:46:34 +0530 |
---|---|---|
committer | ashwinishinde | 2015-03-18 14:46:34 +0530 |
commit | 2e4a5f239283af883532e367bdb9d81c2c311f1c (patch) | |
tree | 8baf9fb9c634622cdf1b85d70ac4764f09946ad0 /static/website/templates/questions.html | |
parent | 130bb98ed8876aa48c94d98650729f6662024db1 (diff) | |
download | FOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.tar.gz FOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.tar.bz2 FOSSEE-Forum-2e4a5f239283af883532e367bdb9d81c2c311f1c.zip |
Subject:FOSSEE forum registration and category
Description:
1) Registartion
2) added fossee category
3) removed Issues
4) removed Tutorials
5) resolve MyQuestion and MyAnswer Uid problem
Diffstat (limited to 'static/website/templates/questions.html')
-rw-r--r-- | static/website/templates/questions.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/website/templates/questions.html b/static/website/templates/questions.html index 7a259a9..5242236 100644 --- a/static/website/templates/questions.html +++ b/static/website/templates/questions.html @@ -10,7 +10,7 @@ </h4> <table class="table table-bordered table-hover"> <th> FOSS </th> - <th> Tutorial</th> + <!--<th> Tutorial</th>--> <th> Min </th> <th> Sec </th> <th> Question <span class="glyphicon glyphicon-link"></span></th> @@ -38,7 +38,7 @@ </a> </td> - <td> + <!--<td> <span> <a href="{% url 'website:filter' question.category question.tutorial %}?qid={{ question.id }}"> {{ question.minute_range }} @@ -52,7 +52,7 @@ {{ question.second_range }} </a> </span> - </td> + </td>--> <td> <span class="title" data-toggle="tooltip" data-placement="top" title="{{ question.title }}"> |