From dbffd609371dbc1e2e24e7d341771403afd72b4e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 16 Apr 2024 22:01:16 +0100 Subject: [PATCH] Ensure all pages have a title Closes: #117 --- templates/accommodation.html | 1 + templates/conference_list.html | 2 ++ templates/gaps.html | 1 + templates/holiday_list.html | 1 + templates/index.html | 2 +- templates/launches.html | 2 ++ templates/show_error.html | 2 ++ templates/travel.html | 2 ++ templates/trip_list.html | 2 ++ templates/trip_page.html | 2 +- templates/weekends.html | 1 + 11 files changed, 16 insertions(+), 2 deletions(-) diff --git a/templates/accommodation.html b/templates/accommodation.html index 8109ad8..cd65dea 100644 --- a/templates/accommodation.html +++ b/templates/accommodation.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% from "macros.html" import trip_link, accommodation_row with context %} +{% block title %}Accommodation - Edward Betts{% endblock %} {% block style %} {% set column_count = 8 %}