From 32952970dc13394bed1ee78e9f9bc69c4474285b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 27 Jul 2018 09:11:28 +0100 Subject: [PATCH] Simplify context pass --- templates/common/title-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/title-item.html b/templates/common/title-item.html index 62c86ae..d2e989f 100644 --- a/templates/common/title-item.html +++ b/templates/common/title-item.html @@ -1,5 +1,5 @@ {{ page.title }} :: {% if page.get_parent and page.get_parent.url and page.get_parent.id != homepage.id %} - {% include "common/title-item.html" with page=page.get_parent current=current %} + {% include "common/title-item.html" with page=page.get_parent %} {% endif %}