{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Account{% endblock %} {% block content %}
Home {% include 'message.html' %}

{{user.username}}

{{user.email}}


Profile Informaion


{% csrf_token %} {{defaultForm|crispy}} {{customForm|crispy}}

Change Password


{% csrf_token %} {{PassForm|crispy}}
{% endblock %}