{% extends "base.html" %} {% block title %}Create Profile{% endblock %} {% block content %}

Create a new profile for {{ user }}

{% csrf_token %} {{ form }}
{% endblock content %}