Display profile pic in profile page

This commit is contained in:
Kristofers Solo 2023-06-30 02:57:12 +00:00
parent 1790db61f3
commit 3569121703

View File

@ -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