Commit 9507b7d0a5b74fc40002e1f4cd6be4b96a8810b2

Authored by Matheus Lins
1 parent a215632c

continue... #136

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/course/index.html
... ... @@ -155,7 +155,7 @@
155 155 </div>
156 156 {% else %}
157 157 {% if courses|length > 0 %}
158   - {% if request.GET.category == 'all' or none %}
  158 + {% if request.GET.category == 'all' or none or request.GET.category == '' %}
159 159 {% for course in courses_student %}
160 160 <div class="col-md-12">
161 161 <div class="panel panel-info">
... ...