From c8acf84a47cd5be86dc35fdc94da5f5391bd5cc9 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 5 Dec 2023 18:34:31 +0530 Subject: Update last date and report template in email content --- email.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/email.inc b/email.inc index 8613780..26773ef 100644 --- a/email.inc +++ b/email.inc @@ -321,12 +321,14 @@ FOSSEE,IIT Bombay', array( 'body' => t(' Dear ' . $proposal_user_data->contributor_name . ', -This is to inform you that the submission interface will be open till 09/12/2023 midnight. Please submit a report with the methodology and results in the submission portal for the evaluation. +This is to inform you that the submission interface will be open till 10/12/2023(Sunday) midnight. Please submit a report with the methodology and results in the submission portal for the evaluation. + +Please refer to the report template' . l('here','https://hackathon.fossee.in/cfd/static/cms/uploads/pdf/report_template.pdf') . ' Best Wishes, !site_name Team, -FOSSEE,IIT Bombay', array( +FOSSEE, IIT Bombay', array( '!site_name' => variable_get('site_name', ''), '!user_name' => $user_data->name, ), array( -- cgit