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