From e10a6c4521ced59402fb2bba97ff9a9e048aa78d Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 18 Feb 2020 15:06:29 +0000 Subject: [PATCH] feat(people): Add proper breadcrumb to people templates --- people/templates/people/person/detail.html | 10 ++++++---- people/templates/people/relationship/detail.html | 11 +++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/people/templates/people/person/detail.html b/people/templates/people/person/detail.html index 3a31ab4..9c20efa 100644 --- a/people/templates/people/person/detail.html +++ b/people/templates/people/person/detail.html @@ -1,10 +1,12 @@ {% extends 'base.html' %} {% block content %} -

- People / - {{ object }} -

+
diff --git a/people/templates/people/relationship/detail.html b/people/templates/people/relationship/detail.html index d91e956..0fec9f1 100644 --- a/people/templates/people/relationship/detail.html +++ b/people/templates/people/relationship/detail.html @@ -1,10 +1,13 @@ {% extends 'base.html' %} {% block content %} -

- Relationships / - {{ object }} -

+