From 1f5372461c714f7653f263492eace1d38526cfe7 Mon Sep 17 00:00:00 2001 From: Tina_Azure <-> Date: Mon, 10 Apr 2023 19:26:35 +0200 Subject: [PATCH] Template displaying errors at request creation --- ...cer_Template_Request_Fulfilment_ERROR.html | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html diff --git a/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html new file mode 100644 index 0000000..0c94901 --- /dev/null +++ b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html @@ -0,0 +1,61 @@ + + + + + + +

Freelancer: {{freelancername}}

+
+ Template Name: {{templatename}}
+ Template ID: {{templateid}}
+
+ {{#REQUEST_NOT_FILLED}} +
+ Request form was not filled out completely - Request was not created +
+ {{/REQUEST_NOT_FILLED}} + {{#ERROR_TEMPLATE_NOT_FOUND}} +
+ Template Could not be found - Request was not created +
+ {{/ERROR_TEMPLATE_NOT_FOUND}} + {{#ERROR_COMMISSIONS_CLOSED}} +
+ Commissions are closed - Request was not created +
+ {{/ERROR_COMMISSIONS_CLOSED}} + {{#ERROR_UNABLE_TO_CREATE_REQUEST}} +
+ The Request could not be created +
+ {{/ERROR_UNABLE_TO_CREATE_REQUEST}} +
+
+ +
+
+
+ +
+ + + + + + \ No newline at end of file