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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user