{% extends 'base.html' %} {% block title %}Edit Profile - Django Boilerplate{% endblock %} {% block content %}
Edit Your Profile
{% csrf_token %} {{ form.as_p }}
Cancel
{% endblock %}