Commit 66eb7028a5b59f00e5434e8e5937b10618db478e

Authored by Gustavo Bernardo
1 parent dc222015

Including breadcrumb to show what was searched by the user [Issue: #438]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
courses/templates/course/index.html
... ... @@ -11,6 +11,7 @@
11 11  
12 12 {{ block.super }}
13 13 {% breadcrumb 'Courses' 'course:manage' %}
  14 +{% breadcrumb search 'course:manage' %}
14 15  
15 16 {% endblock %}
16 17  
... ...