From ddfbb5fce5c45f0d9e0fa1d9ba000223c1c8114d Mon Sep 17 00:00:00 2001 From: Ailson da Cruz Date: Sat, 10 Sep 2016 22:49:18 -0300 Subject: [PATCH] Adding block breadcrumbs and render_breadcrumbs to base template #25 --- core/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 910c180..4bf9d28 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -107,6 +107,10 @@ {% block breadcrumbs %} {% endblock %} + + {% block render_breadcrumbs %} + + {% endblock %}
{% block sidebar %} -- libgit2 0.21.2