Commit 36f1bc35677618390055031ea588ed39ca23f3d5
1 parent
01a31a1d
Exists in
master
and in
3 other branches
Adjusting no subjects message display param
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
subjects/templates/subjects/list.html
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | |
46 | 46 | <!-- Code for listing categories --> |
47 | 47 | <div class="col-md-12 cards-content"> |
48 | - {% if subjects|length > 0 %} | |
48 | + {% if categories|length > 0 %} | |
49 | 49 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> |
50 | 50 | {% for category in categories %} |
51 | 51 | {% if category.visible %} | ... | ... |