{% extends "site_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Edit Profile" %}{% endblock %} {% block body_class %}profile{% endblock %} {% block body %}

Update your volunteer profile

A profile is required to volunteer with PyCon.

{% csrf_token %} {{ form|as_bootstrap }}
{% endblock %}