Added output of profile image to profile_page.
This commit is contained in:
parent
d5827b2006
commit
2022a924c4
@ -14,6 +14,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="LP-UserInfo__Meta">
|
<div class="LP-UserInfo__Meta">
|
||||||
<table>
|
<table>
|
||||||
|
<tr>
|
||||||
|
{% if explorer.profile_image %}
|
||||||
|
<figure class="LP-UserInfo__Image">
|
||||||
|
<img src="{{ explorer.profile_image.url }}" class="LP-Image" />
|
||||||
|
</figure>
|
||||||
|
{% endif %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="LP-UserInfo__Key">
|
<td class="LP-UserInfo__Key">
|
||||||
<span class="LP-Paragraph">{% trans 'Name' %}</span>
|
<span class="LP-Paragraph">{% trans 'Name' %}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user