{% extends 'shop/base.html' %} {% block title %}Edit Profile - Nana Tradings{% endblock %} {% block content %}

Edit Profile


{% csrf_token %}
{% if user.profile.image %} Profile Picture {% else %} {% endif %}
{{ user_form.username }}
{{ user_form.email }}
{{ profile_form.image }}
Cancel
{% if profile_updated %} {% endif %} {% endblock %}