Skip to content

Commit 6fa0f37

Browse files
committed
Hides profile photo place holder. Fixes ietf-tools#3400. Commit ready for merge.
- Legacy-Id: 19355
1 parent 50e4af8 commit 6fa0f37

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)