{% extends 'account/base.html' %} {% load static %} {% block content %}

Profile Change any personal informaion here

General Information

{% include "AutoStore/account/profile/form.html" with form=form %}
{% include "AutoStore/account/footer.html" %} {% endblock content %}