2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 14:17:09 +00:00

fix missing mugshots

This commit is contained in:
2025-07-22 15:36:26 +03:00
parent 226b13b136
commit b79523e4e4

View File

@@ -7,9 +7,9 @@
{% block content %}
{% if person.mug_shot %}
{% if person.mugshot %}
<div class="figure">
<p> <img src="{{ person.mug_shot }}" class="thumbnail" />
<p> <img src="{{ person.mugshot }}" class="thumbnail" />
</p>
</div>
{% endif %}