{% extends "layouts/base.html" %} {% load static %} {% load countries %} {% block title %} Account Settings {% endblock title %} {% block stylesheet %} {% endblock stylesheet %} {% block body_attributes %} {% endblock body_attributes %} {% block content %}
{% include "profiles/profile_info.html" %} {% include "profiles/profile_menu.html" %}

Profile Details

{% csrf_token %}
Allowed file types: png, jpg, jpeg.
{% get_countries as countries %}

Sign-in Method

Email Address
{{ user.email }}
{% csrf_token %}
Password
************
{% csrf_token %}
Password must be at least 8 character and contain symbols
{% endblock content %} {% block javascripts %} {% endblock javascripts %}