From ac825524d95a3a5efce9dcadd480c8c7a28646d7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 19 Jun 2022 17:23:18 +0100 Subject: [PATCH] Remove current page from breadcrumbs --- website/common/templates/common/breadcrumbs.html | 1 - 1 file changed, 1 deletion(-) diff --git a/website/common/templates/common/breadcrumbs.html b/website/common/templates/common/breadcrumbs.html index 2480c57..7b70726 100644 --- a/website/common/templates/common/breadcrumbs.html +++ b/website/common/templates/common/breadcrumbs.html @@ -6,7 +6,6 @@ {% for parent in parents %}
  • {{ parent.title }}
  • {% endfor %} -
  • {{ page.title }}
  • {% endif %}