From bca1123d4d544a7047584cb6ec3d41b06e18b61d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 20 Jul 2024 18:41:30 +0200 Subject: [PATCH] mugshots on the expo calendar page --- templates/expedition.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/expedition.html b/templates/expedition.html index 33dcf91..d874053 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 - + {% for d in dates %} + + {% for activities in personexpoday.personrow %} {% if activities.personentries or activities.survexblocks %}
CaverCaver  {{d.day}}/{{d.month}} @@ -47,6 +47,9 @@ an "S" for a survey trip. The colours of the "T" and "S" a {% for personexpoday in personexpodays|dictsort:"sortname" %}
{{personexpoday.personexpedition.person.fullname|safe}}{% if personexpoday.personexpedition.person.mug_shot %} +{% endif %}