diff --git a/RIGS/templates/client_eventdetails.html b/RIGS/templates/client_eventdetails.html deleted file mode 100644 index e7b88151..00000000 --- a/RIGS/templates/client_eventdetails.html +++ /dev/null @@ -1,78 +0,0 @@ -
- {% if object.event.organisation and object.event.organisation.union_account %}{# internal #} - Your event is now fully booked and payment will be processed by the finance department automatically. - {% else %}{# external #} - Your event is now fully booked and our finance department will be contact to arrange payment. - {% endif %} -
+Your event is now fully booked and payment will be processed by the finance department automatically.
TEC PA & Lighting
{% endblock %} diff --git a/RIGS/templates/eventauthorisation_client_success.txt b/RIGS/templates/eventauthorisation_client_success.txt index c511fc72..9d6fd51b 100644 --- a/RIGS/templates/eventauthorisation_client_success.txt +++ b/RIGS/templates/eventauthorisation_client_success.txt @@ -2,10 +2,6 @@ Hi {{ to_name|default_if_none:"there" }}, Your event N{{object.event.pk|stringformat:"05d"}} has been successfully authorised for £{{object.amount}} by {{object.name}} as of {{object.event.last_edited_at}}. -{% if object.event.organisation and object.event.organisation.union_account %}{# internal #} Your event is now fully booked and payment will be processed by the finance department automatically. -{% else %}{# external #} -Your event is now fully booked and our finance department will be contact to arrange payment. -{% endif %} TEC PA & Lighting diff --git a/RIGS/templates/eventauthorisation_form.html b/RIGS/templates/eventauthorisation_form.html index 41549024..3a3bbfd5 100644 --- a/RIGS/templates/eventauthorisation_form.html +++ b/RIGS/templates/eventauthorisation_form.html @@ -1,130 +1,94 @@ -{% extends 'base_client.html' %} +{% extends 'eventauthorisation.html' %} {% load widget_tweaks %} -{% load static %} {% block js %} - - {% endblock %} -{% block title %} - {% if event.is_rig %}N{{ event.pk|stringformat:"05d" }}{% else %}{{ event.pk }}{% endif %} | {{ event.name }} -{% endblock %} +{% block authorisation %} +