diff options
author | Expo laptop Crowley <cucc.expedition@gmail.com> | 2023-07-10 09:18:17 +0200 |
---|---|---|
committer | Expo laptop Crowley <cucc.expedition@gmail.com> | 2023-07-10 09:18:17 +0200 |
commit | 389fb6c409bc6438276f5ef7552c35f1e2cd723c (patch) | |
tree | f86ad2e85f1f74eaf5e15902a8626da0f515b2a3 | |
parent | 4d48dd43867ee8c25202b2b18c9407bee0278240 (diff) | |
download | troggle-389fb6c409bc6438276f5ef7552c35f1e2cd723c.tar.gz troggle-389fb6c409bc6438276f5ef7552c35f1e2cd723c.tar.bz2 troggle-389fb6c409bc6438276f5ef7552c35f1e2cd723c.zip |
add month
-rw-r--r-- | templates/expedition.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a <th>Caver</th> {% for d in dates %} <th> - {{d.day}} + {{d.day}}/{{d.month}} </th> {% endfor %} </tr> |