mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-24 04:21:23 +00:00
Fix member image display
*Member photo now displayed
This commit is contained in:
parent
119fbd2b82
commit
ed939729e1
@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if member.photo %}
|
{% if member.photo %}
|
||||||
<img src="{{ admin.photo.url }}" class="avatar" alt="">
|
<img src="{{ member.photo.url }}" class="avatar" alt="">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{% static 'img/profile.png' %}" class="avatar" alt="">
|
<img src="{% static 'img/profile.png' %}" class="avatar" alt="">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user