From 398c0aa3559063aeab8665c33e8a6b8437123bda Mon Sep 17 00:00:00 2001 From: Mike Chagnon Date: Wed, 22 Apr 2026 16:22:00 -0700 Subject: [PATCH] add_team_to_breadcrumb: add team to breadcrumb on the bin page --- ifcbdb/templates/dashboard/bin.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ifcbdb/templates/dashboard/bin.html b/ifcbdb/templates/dashboard/bin.html index 5d993fe0..ddc7587a 100644 --- a/ifcbdb/templates/dashboard/bin.html +++ b/ifcbdb/templates/dashboard/bin.html @@ -114,6 +114,10 @@
+ {% if team %} + {{ team.name }} ยป + {% endif %} + {% if dataset %} {{ dataset.title }}