exclude non cavers

This commit is contained in:
2025-02-09 16:49:47 +00:00
parent 960e56bbef
commit f20ae3790f
2 changed files with 4 additions and 4 deletions

View File

@@ -418,8 +418,8 @@ src="i/mug.png" /></a>.</p>
</table> </table>
<hr /> <hr />
<p>378 people have <p>378 cavers have
taken part in expo altogether (not including non-combatants or vehicles(!)), taken part in expo altogether (not including non-cavers or vehicles(!)),
of whom 249 have their pictures on the site so far.</p> of whom 249 have their pictures on the site so far.</p>
<p>Although few take <a href="/people">such statistics</a> seriously, the most dedicated expoers are <p>Although few take <a href="/people">such statistics</a> seriously, the most dedicated expoers are

View File

@@ -210,8 +210,8 @@ print(f"""
</table> </table>
<hr /> <hr />
<p>{headcount} people have <p>{headcount} cavers have
taken part in expo altogether (not including non-combatants or vehicles(!)), taken part in expo altogether (not including non-cavers or vehicles(!)),
of whom {pics} have their pictures on the site so far.</p> of whom {pics} have their pictures on the site so far.</p>
<p>Although few take <a href="/people">such statistics</a> seriously, the most dedicated expoers are """) <p>Although few take <a href="/people">such statistics</a> seriously, the most dedicated expoers are """)