Commit f221a7c1594a4564370062399986bcfb643503de

Authored by Felipe Henrique de Almeida Bormann
1 parent e4d5cc5f

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 6 {% block breadcrumbs %}
7 7 {% clear_breadcrumbs %}
8 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 14 {% endblock breadcrumbs %}
12 15  
... ...