{% extends 'layouts/base.html' %} {% load static %} {% block title %}Edit My Profile{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

Edit My Profile

Update your personal information and preferences

{% csrf_token %}

Profile Picture

{% if profile.avatar %} Current Avatar {% else %}
{% endif %}
{% if profile.avatar %} {% endif %}
Recommended: Square image, at least 200x200 pixels

Personal Information

Optional contact phone number
Contact support to change your email address
Tell us about yourself (max 500 characters)

Professional Information

Preferences

Notification Settings

Receive notifications via email
Receive notifications via SMS
Enable all notifications
Cancel
{% endblock content %}