diff options
Diffstat (limited to 'static/website/templates/recent-questions.html')
-rw-r--r-- | static/website/templates/recent-questions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/recent-questions.html b/static/website/templates/recent-questions.html index 3461908..cdb0971 100644 --- a/static/website/templates/recent-questions.html +++ b/static/website/templates/recent-questions.html @@ -20,7 +20,7 @@ <span href="#" class="category" data-toggle="tooltip" data-placement="top" title="{{ question.category}}"> {{ question.category|truncatechars:12 }} </span> - <a class="pull-right" href="{% url 'website:filter' question.category %}?qid={{ question.id }}"> + <a class="pull-right" href="{% url 'website:filter' question.category|lower %}?qid={{ question.id }}"> <span class="glyphicon glyphicon-search"></span> </a> </td> |