diff options
Diffstat (limited to 'static/website/templates/ajax-keyword-search.html')
-rw-r--r-- | static/website/templates/ajax-keyword-search.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/static/website/templates/ajax-keyword-search.html b/static/website/templates/ajax-keyword-search.html index 414ae81..6200d95 100644 --- a/static/website/templates/ajax-keyword-search.html +++ b/static/website/templates/ajax-keyword-search.html @@ -1,17 +1,19 @@ {% load helpers %} + +{{ quesions }} + + {% if questions %} <br> <table class="table table-striped table-bordered table-hover"> <th> FOSS </th> - <th> Tutorial</th> - <th> Min </th> - <th> Sec </th> <th> Question</th> <th> Date</th> <th> Views</th> <th> Answers</th> <th> User</th> + {% for question in questions %} <tr> <td> @@ -23,6 +25,7 @@ </a> </td> + <!-- <td> <span class="tutorial" data-toggle="tooltip" data-placement="top" title="{{ question.tutorial}}"> {{ question.tutorial|truncatechars:12 }} @@ -46,7 +49,7 @@ {{ question.second_range }} </a> </span> - </td> + </td> --> <td> <span class="title" data-toggle="tooltip" data-placement="top" title="{{ question.title }}"> |