{% extends 'projectroles/base.html' %} {% load crispy_forms_filters %} {% block title %} Delete Email Address {% endblock title %} {% block projectroles %}

{{ request.user.get_full_name }}

User Profile

Delete Email Address {{ object.email }}

Are you sure you want to delete the additional email address {{ object.email }}? Deleting the address means it will no longer receive automated emails from this site. This can only be undone by adding and re-verifying the address.
{% csrf_token %} {{ form | crispy }}
Cancel
{% endblock projectroles %}