From 3485a2453a6015594f77278205d3d724c398f367 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 26 Feb 2021 20:15:23 -0500 Subject: [PATCH] Tag breadcrumbs for more flexible styling --- tickle/templates/tickle/area_breadcrumb.html | 26 +++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/tickle/templates/tickle/area_breadcrumb.html b/tickle/templates/tickle/area_breadcrumb.html index 5f52d9e..e0b1034 100644 --- a/tickle/templates/tickle/area_breadcrumb.html +++ b/tickle/templates/tickle/area_breadcrumb.html @@ -1,11 +1,19 @@ -{% if area %} - {% include 'tickle/area_breadcrumb.html' with area=area.parent is_parent=True %} - > - {% if is_parent %} - {{ area.name }} + -- 2.20.1