{% extends "base.html" %} {% load staticfiles %} {% load crispy_forms_tags %} {% load thumbnail %} {% block title %}{{ block.super }}Profile{% endblock %} {% block container %}

Edit Profile


Personal info

{% crispy user_form %} {% crispy profile_form %}
{% endblock %}