{% extends "calingen/app_base.html" %} {% block page_title %}Profile: ProfileCreateView{% endblock page_title %} {% block main %}

Add Profile

{% csrf_token %} {% include "calingen/includes/form.html" with form=form %}
{% endblock main %}