From 389fb6c409bc6438276f5ef7552c35f1e2cd723c Mon Sep 17 00:00:00 2001 From: Expo laptop Crowley Date: Mon, 10 Jul 2023 09:18:17 +0200 Subject: [PATCH] add month --- templates/expedition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/expedition.html b/templates/expedition.html index ad6430d..c0b4724 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -37,7 +37,7 @@ an "S" for a survey trip. The colours of the "T" and "S" a Caver {% for d in dates %} - {{d.day}} + {{d.day}}/{{d.month}} {% endfor %}