From 40107ae5c424316779ae3a74745cc2ed560b2921 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 24 Apr 2015 16:53:53 +0200 Subject: [PATCH] Request sent: modified message to the user -> you will receive an email... --- portal/templates/project-request-ack-view.html | 4 ++-- portal/templates/slice-request-ack-view.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/templates/project-request-ack-view.html b/portal/templates/project-request-ack-view.html index 9b70c5fb..493b5f44 100644 --- a/portal/templates/project-request-ack-view.html +++ b/portal/templates/project-request-ack-view.html @@ -2,8 +2,8 @@ {% block content %} -

SliceRequest received

+

SliceProject request sent

-We will process your request and get back to you as soon as possible. +You will receive an email as soon as your request will be validated by a manager. {% endblock %} diff --git a/portal/templates/slice-request-ack-view.html b/portal/templates/slice-request-ack-view.html index a9240bcd..64f49fc7 100644 --- a/portal/templates/slice-request-ack-view.html +++ b/portal/templates/slice-request-ack-view.html @@ -4,6 +4,6 @@

Slice Slice request sent

-We will process your request and get back to you as soon as possible. +You will receive an email as soon as your request will be validated by a manager. {% endblock %} -- 2.43.0