Merged in [19355] from krathnayake@ietf.org:

Hides profile photo place holder. Fixes #3400.
 - Legacy-Id: 19366
Note: SVN reference [19355] has been migrated to Git commit 6fa0f37cbd
This commit is contained in:
Robert Sparks 2021-09-18 18:35:34 +00:00
commit 4e7ad4cdd3

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>