From 7d376b38f369edf5894ab3883ac684f23cc34754 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 18 May 2024 16:43:06 +0200 Subject: [PATCH] Use heading in trip list page title --- templates/trip/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/trip/list.html b/templates/trip/list.html index 7b8ee09..7b2a3ab 100644 --- a/templates/trip/list.html +++ b/templates/trip/list.html @@ -2,7 +2,7 @@ {% from "macros.html" import trip_link, display_date_no_year, display_date, display_datetime, display_time with context %} -{% block title %}Trips - Edward Betts{% endblock %} +{% block title %}{{ heading }} - Edward Betts{% endblock %} {% block style %}