{% extends "profiles/profile_base.html" %} {% block content %}
{% csrf_token %} {{ form.non_field_errors }} {{ form.as_p }}
{% endblock %}