From 9507b7d0a5b74fc40002e1f4cd6be4b96a8810b2 Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Sat, 8 Oct 2016 03:11:26 -0300 Subject: [PATCH] continue... #136 --- courses/templates/course/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/templates/course/index.html b/courses/templates/course/index.html index 3c37e76..be8fb0f 100644 --- a/courses/templates/course/index.html +++ b/courses/templates/course/index.html @@ -155,7 +155,7 @@ {% else %} {% if courses|length > 0 %} - {% if request.GET.category == 'all' or none %} + {% if request.GET.category == 'all' or none or request.GET.category == '' %} {% for course in courses_student %}
-- libgit2 0.21.2