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:
commit
4e7ad4cdd3
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue