{% extends request.is_ajax|yesno:'base_ajax.html,base_rigs.html' %} {% load widget_tweaks %} {% block title %}Request Authorisation{% endblock %} {% block content %}

Send authorisation request email.

Pressing send will email the address provided. Please triple check everything before continuing.

Person Email
{{ object.person.email }}
Organisation Email
{{ object.organisation.email }}
{% csrf_token %} {% include 'form_errors.html' %}
{% render_field form.email type="email" class+="form-control" %}
{% endblock %} {% block footer %}
Preview
{% endblock %}