{% extends "base.html" %} {% load static %} {% block title %} حسابي {% endblock title%} {% block content %}
{% if user_form.errors %} {% endif %}
{% csrf_token %}
{{ user_form.username }} {{ user_form.email }}
تغيير كلمة السر
{{ profile_form.avatar }}
{{ profile_form.bio }}


{% endblock content %}