From 66eb7028a5b59f00e5434e8e5937b10618db478e Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Sat, 10 Dec 2016 22:22:39 -0300 Subject: [PATCH] Including breadcrumb to show what was searched by the user [Issue: #438] --- courses/templates/course/index.html | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/courses/templates/course/index.html b/courses/templates/course/index.html index a0056c2..2791d4e 100644 --- a/courses/templates/course/index.html +++ b/courses/templates/course/index.html @@ -11,6 +11,7 @@ {{ block.super }} {% breadcrumb 'Courses' 'course:manage' %} +{% breadcrumb search 'course:manage' %} {% endblock %} -- libgit2 0.21.2