Commit 1b22fd60ae34ca59d78f32299d8e63b16f14d64c
1 parent
e1c946a4
Exists in
master
and in
5 other branches
Fix'd visual bug in the breadcrumbs [Issue:#438]
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
courses/templates/course/index.html
@@ -11,8 +11,9 @@ | @@ -11,8 +11,9 @@ | ||
11 | 11 | ||
12 | {{ block.super }} | 12 | {{ block.super }} |
13 | {% breadcrumb 'Courses' 'course:manage' %} | 13 | {% breadcrumb 'Courses' 'course:manage' %} |
14 | -{% breadcrumb search 'course:manage' %} | ||
15 | - | 14 | + {% if search %} |
15 | + {% breadcrumb search 'course:manage' %} | ||
16 | + {% endif %} | ||
16 | {% endblock %} | 17 | {% endblock %} |
17 | 18 | ||
18 | {% block content %} | 19 | {% block content %} |