mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 06:42:10 +00:00
Display profile pic in profile page
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user