{% extends 'pychart/base.html' %} {% block content %}

Editing {{user.username}}'s Profile

{% csrf_token %} {{ form.as_p }}
{% endblock %}