From d7bfd2386c473b2de5a8680d2a187b6393bc3768 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 5 Feb 2024 19:42:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20home=20to=20breadcrumbs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- froide/account/templates/account/includes/breadcrumbs.html | 6 ++++++ .../foirequest/templates/foirequest/header/breadcrumb.html | 6 ++++++ .../templates/organization/organization_detail.html | 6 ++++++ .../templates/organization/organization_list.html | 6 ++++++ .../templates/organization/organization_list_own.html | 6 ++++++ .../templates/organization/organization_update_form.html | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/froide/account/templates/account/includes/breadcrumbs.html b/froide/account/templates/account/includes/breadcrumbs.html index 81884c6ec..0ead8bc17 100644 --- a/froide/account/templates/account/includes/breadcrumbs.html +++ b/froide/account/templates/account/includes/breadcrumbs.html @@ -1,6 +1,12 @@ {% load i18n %}