Skip to content

Commit 4e7ad4c

Browse files
committed
Merged in [19355] from krathnayake@ietf.org:
Hides profile photo place holder. Fixes ietf-tools#3400. - Legacy-Id: 19366 Note: SVN reference [19355] has been migrated to Git commit 6fa0f37
2 parents acd13c9 + 6fa0f37 commit 4e7ad4c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/templates/person/profile.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ <h1>{{ person.name }} {% if person.ascii != person.name %}<br><small>({{person.a
2727
<a href="{{person.photo.url}}">
2828
<img class="bio-photo" src="{{ person.photo.url }}" alt="Photo of {{ person }}" />
2929
</a>
30-
{% else %}
31-
<img class="bio-photo" src="{{ MEDIA_URL }}photo/nopictureavailable.jpg" alt="No photo available"/>
3230
{% endif %}
3331
{{ person.biography | apply_markup:"restructuredtext" }}
3432
</div>

0 commit comments

Comments
 (0)