1
{% extends 'base.html' %}
2
{% block content %}
3
<form action="/user/edit/" method="post">
4
{{ edit_profile_form.as_p }}
5
<input type="submit" value="Apply Changes" />
6
</form>
7
{% endblock %}