summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
authorSanmugasundaram K2015-02-19 14:26:04 +0530
committerSanmugasundaram K2015-02-19 14:26:04 +0530
commit130bb98ed8876aa48c94d98650729f6662024db1 (patch)
treeb4c77db1881d2bacde2eeb562da4390dd7122ecd /static/website/templates/index.html
parent911fbd1637efcec8bfacec3d658213e910845a93 (diff)
downloadFOSSEE-Forum-130bb98ed8876aa48c94d98650729f6662024db1.tar.gz
FOSSEE-Forum-130bb98ed8876aa48c94d98650729f6662024db1.tar.bz2
FOSSEE-Forum-130bb98ed8876aa48c94d98650729f6662024db1.zip
base data for FOSSEE Forum
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 63890fd..95a5360 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -61,8 +61,6 @@
<table class="table table-bordered table-hover">
<th> FOSS </th>
<th> Tutorial</th>
- <th> Min </th>
- <th> Sec </th>
<th> Question <span class="glyphicon glyphicon-link"></span></th>
<th> Date</th>
<th> Views</th>
@@ -89,22 +87,6 @@
</td>
<td>
- <span>
- <a href="{% url 'website:filter' question.category question.tutorial question.minute_range %}?qid={{ question.id }}">
- {{ question.minute_range }}
- </a>
- </span>
- </td>
-
- <td>
- <span>
- <a href="{% url 'website:filter' question.category question.tutorial question.minute_range question.second_range%}?qid={{ question.id }}">
- {{ question.second_range }}
- </a>
- </span>
- </td>
-
- <td>
<span class="title" data-toggle="tooltip" data-placement="top" title="{{ question.title }}">
<a href="{% url 'website:get_question' question.id %}{% prettify question.title %}">{{ question.title|truncatechars:40 }}</a>
</span>