mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Display profile pic in profile page
This commit is contained in:
parent
1790db61f3
commit
3569121703
@ -19,6 +19,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<img src="{{ page_owner.profile.picture.url }}"
|
||||||
|
class="max-w-xs p-8 pl-0"
|
||||||
|
alt="{{ page_owner.username }} profile picture" />
|
||||||
<h1 class="font-abel text-4xl mb-8">
|
<h1 class="font-abel text-4xl mb-8">
|
||||||
{% if user.is_authenticated and user == page_owner %}
|
{% if user.is_authenticated and user == page_owner %}
|
||||||
My
|
My
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user