{% extends "base.html" %} {% block title %}My Profile{% endblock %} {% block content %}
{% if user.avatar_url %}
Avatar Current avatar
{% endif %} Upload a new avatar (PNG, JPG, GIF, WEBP)
{% if not user.has_profile() %} Profile incomplete - please add your name {% endif %}
{% if not user.has_profile() %} Profile incomplete - please add your name {% endif %}

Profile Information


Change Password


Required to verify your identity before changing password
Must be at least 8 characters long
Cancel
{% endblock %}