Commit f221a7c1594a4564370062399986bcfb643503de
1 parent
e4d5cc5f
Exists in
master
and in
3 other branches
searched item is correct now
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
subjects/templates/subjects/list_search.html
@@ -6,7 +6,10 @@ | @@ -6,7 +6,10 @@ | ||
6 | {% block breadcrumbs %} | 6 | {% block breadcrumbs %} |
7 | {% clear_breadcrumbs %} | 7 | {% clear_breadcrumbs %} |
8 | {% breadcrumb 'Home' 'subjects:home' %} | 8 | {% breadcrumb 'Home' 'subjects:home' %} |
9 | - {% breadcrumb "Subjects" 'subjects:index' %} | 9 | + {% with "You search for "|add:tags as term %} |
10 | + {% breadcrumb term 'subjects:index' %} | ||
11 | + {% endwith %} | ||
12 | + | ||
10 | 13 | ||
11 | {% endblock breadcrumbs %} | 14 | {% endblock breadcrumbs %} |
12 | 15 |