{% extends 'eventauthorisation.html' %} {% load widget_tweaks %} {% block js %} {% endblock %} {% block authorisation %}
Event Authorisation
{% csrf_token %} {% include 'form_errors.html' %}

I agree that I am authorised to approve this event. I agree that I am the President/Treasurer or account holder of the hirer, or that I have the written permission of the President/Treasurer or account holder of the hirer stating that I can authorise this event.

{% render_field form.name class+="form-control" %}
{% render_field form.uni_id class+="form-control" %}
{% render_field form.account_code class+="form-control" %}
£
{% render_field form.amount class+="form-control" %}
{% endblock %}