Hides profile photo place holder. Fixes #3400. Commit ready for merge.
- Legacy-Id: 19355
This commit is contained in:
parent
50e4af84d3
commit
6fa0f37cbd
|
@ -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