From 1efe055b6f5429cd69acceab885529519b7aa146 Mon Sep 17 00:00:00 2001 From: Andrea Callia D'Iddio <a.callia-diddio14@imperial.ac.uk> Date: Fri, 24 Feb 2023 09:12:48 +0000 Subject: [PATCH] Replace Lorenzo with Andrea as main contact as the system now supports new categories of projects apart from the ones Lorenzo is responsible for. --- app/messages/message_builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/messages/message_builders.py b/app/messages/message_builders.py index de3184e..8caa642 100644 --- a/app/messages/message_builders.py +++ b/app/messages/message_builders.py @@ -90,7 +90,7 @@ def deadline_expired_for_staff(): return MessageEncoder.encode( Message( header="<h3><strong>Deadline expired</strong></h3>", - body="<p>The deadline to make changes has now expired, and you cannot make further changes. If you have questions, please contact Lorenzo Picinali.</p>", + body="<p>The deadline to make changes has now expired, and you cannot make further changes. If you have questions, please contact Andrea Callia D'Iddio.</p>", style=ERROR, ) ) -- GitLab