summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index ad67aec..5149099 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -110,7 +110,7 @@ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:
<div class="panel-body">
<table class="table table-bordered table-hover">
<th> FOSS </th>
- <!--<th> Tutorial</th>-->
+
<th> Question </th>
<th> Date</th>
<th> Views</th>
@@ -121,7 +121,7 @@ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:
<td>
<span class="category" data-toggle="tooltip" data-placement="top" title="{{ question.category}}">
- <a class="pull-left" href="{% url 'website:filter' question.category %}?qid={{ question.id }}">
+ <a class="pull-left" href="{% url 'website:filter' question.category|lower %}?qid={{ question.id }}">
{{ question.category|truncatechars:12 }}
</a>