From d5d971905bcb33a60539b693ca95c3098e7a2e99 Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 28 Aug 2014 16:40:03 +0200 Subject: [PATCH] Slicereq email: text updated as timur suggested --- portal/templates/slice_request_email.html | 12 ++++++++++++ portal/templates/slice_request_email.txt | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/portal/templates/slice_request_email.html b/portal/templates/slice_request_email.html index 2c4da62e..cb5bb4af 100644 --- a/portal/templates/slice_request_email.html +++ b/portal/templates/slice_request_email.html @@ -2,10 +2,22 @@

NEW SLICE REQUEST


+

You are receiving this request because we have you listed as a manager at an organization that uses OneLab.

+

A user from your organization has requested the creation of a new slice, which will allow him or her to reserve testbed resources to conduct an experiment.

+
Slice name : {{slice_name}}
URL : {{url}}
Purpose : {{purpose}}
Organization : {{organization}}
Email : {{email}}
Portal url : {{current_site}}
+

+

You can see new slice request in the portal.

+

Please be sure that you know the user who is requesting this slice, as you are responsible for his or her actions, as described in the +OneLab terms and conditions.

+

And kindly ensure that the stated experiment purpose is clear, and, if there is a website that explains the website, that a URL is provided.

+

OneLab and its affiliated testbeds exist purely to support useful and interesting work. To ensure the future of these environments, we need to know what work is actually being done.

+

+

If you believe that you have received this message in error, or if you have any questions, kindly contact support@onelab.eu.

+ diff --git a/portal/templates/slice_request_email.txt b/portal/templates/slice_request_email.txt index dfe4f120..997e7529 100644 --- a/portal/templates/slice_request_email.txt +++ b/portal/templates/slice_request_email.txt @@ -1,5 +1,8 @@ NEW SLICE REQUEST +You are receiving this request because we have you listed as a manager at an organization that uses OneLab. +A user from your organization has requested the creation of a new slice, which will allow him or her to reserve testbed resources to conduct an experiment. + Slice name : {{slice_name}} URL : {{url}} Purpose : {{purpose}} @@ -7,3 +10,12 @@ Email : {{email}} Organization : {{organization}} Portal url : {{current_site}} +You can see new slice request in: http://{{current_site}}/portal/validate +Please be sure that you know the user who is requesting this slice, as you are responsible for his or her actions, as described in the OneLab terms and conditions: + http://{{current_site}}/terms + +And kindly ensure that the stated experiment purpose is clear, and, if there is a website that explains the website, that a URL is provided. +OneLab and its affiliated testbeds exist purely to support useful and interesting work. To ensure the future of these environments, we need to know what work is actually being done. + +If you believe that you have received this message in error, or if you have any questions, kindly contact support@onelab.eu. + -- 2.43.0