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