Added output of profile image to profile_page.

This commit is contained in:
Marcus Scholz 2020-12-24 18:30:29 +01:00
parent d5827b2006
commit 2022a924c4

View File

@ -14,6 +14,12 @@
</div>
<div class="LP-UserInfo__Meta">
<table>
<tr>
{% if explorer.profile_image %}
<figure class="LP-UserInfo__Image">
<img src="{{ explorer.profile_image.url }}" class="LP-Image" />
</figure>
{% endif %}
<tr>
<td class="LP-UserInfo__Key">
<span class="LP-Paragraph">{% trans 'Name' %}</span>