From 47108bf733ec32c54710e30b50a71084a5c396cd Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 18 May 2024 05:41:17 +0200 Subject: [PATCH] Add titles and other metadata to pages. --- templates/calendar.html | 2 ++ templates/conditions.html | 21 ++++++++++++++++----- templates/processes.html | 21 ++++++++++++++++----- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/templates/calendar.html b/templates/calendar.html index f6208bb..220e9bb 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -21,6 +21,8 @@ td.day_name { {% block content %} +

calendar

+
from to diff --git a/templates/conditions.html b/templates/conditions.html index e2c4ec1..88d1cc7 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -1,12 +1,23 @@ {% extends '_base.html' %} {% block content %} -add -