Hides profile photo place holder. Fixes #3400. Commit ready for merge.

- Legacy-Id: 19355
This commit is contained in:
Kesara Rathnayake 2021-09-08 04:53:43 +00:00
parent 50e4af84d3
commit 6fa0f37cbd

View file

@ -27,8 +27,6 @@
<a href="{{person.photo.url}}">
<img class="bio-photo" src="{{ person.photo.url }}" alt="Photo of {{ person }}" />
</a>
{% else %}
<img class="bio-photo" src="{{ MEDIA_URL }}photo/nopictureavailable.jpg" alt="No photo available"/>
{% endif %}
{{ person.biography | apply_markup:"restructuredtext" }}
</div>