Skip to content

Commit

Permalink
Fix session category title in course list - refs BT#17874
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 16, 2020
1 parent eba3f6d commit 74f4a3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/template/default/user_portal/grid_session.tpl
Expand Up @@ -214,10 +214,8 @@
</div>
{% else %}
{% for category_code in row.course_categories %}
<h4>{{ category_code }}</h4>
<div class="row">
<div class="col-xs-12">
<h4>{{ category_code }}</h4>
</div>
{% for course in row.courses %}
{% if course.category == category_code %}
{{ blocks.course_block(course, false) }}
Expand Down

0 comments on commit 74f4a3f

Please sign in to comment.