2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

mugshots on the expo calendar page

This commit is contained in:
Philip Sargent 2024-07-20 18:41:30 +02:00
parent 83e22f828c
commit bca1123d4d

View File

@ -37,7 +37,7 @@ an "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a
<table class="expeditionpersonlist">
<tr>
<th>Caver</th>
<th>Caver</th><th width=7>&nbsp;</th>
{% for d in dates %}
<th>
{{d.day}}/{{d.month}}
@ -47,6 +47,9 @@ an "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a
{% for personexpoday in personexpodays|dictsort:"sortname" %}
<tr>
<td><a href="{{ personexpoday.personexpedition.get_absolute_url }}">{{personexpoday.personexpedition.person.fullname|safe}}</a></td>
<td>{% if personexpoday.personexpedition.person.mug_shot %}
<div align=right><a href="{{personexpoday.personexpedition.person.mug_shot}}">&#128515;</a></div>{% endif %}</td>
{% for activities in personexpoday.personrow %}
{% if activities.personentries or activities.survexblocks %}