From 87e1458838b2cf8fb6a1de177ae891a6a1a9eaa2 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Tue, 6 May 2014 11:44:19 +0200
Subject: [PATCH] Slicereq: email fix

---
 portal/templates/slice_request_email.html | 1 -
 portal/templates/slice_request_email.txt  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/portal/templates/slice_request_email.html b/portal/templates/slice_request_email.html
index 6a9314b7..18afa0f6 100644
--- a/portal/templates/slice_request_email.html
+++ b/portal/templates/slice_request_email.html
@@ -4,7 +4,6 @@
 <br>
 <b>slice name      :</b> {{slice_name}}</br>
 <b>number of nodes :</b> {{number_of_nodes}}</br>
-<b>type of nodes   :</b> {{type_of_nodes}}</br>
 <b>purpose         :</b> {{purpose}}</br>
 <b>email           :</b> {{email}}</br>
 <b>Portal url	   :</b> {{current_site}}</br> 
diff --git a/portal/templates/slice_request_email.txt b/portal/templates/slice_request_email.txt
index 2b2593c8..bf302144 100644
--- a/portal/templates/slice_request_email.txt
+++ b/portal/templates/slice_request_email.txt
@@ -2,7 +2,6 @@ NEW SLICE REQUEST
 
 slice name      : {{slice_name}}
 number of nodes : {{number_of_nodes}}
-type of nodes   : {{type_of_nodes}}
 purpose         : {{purpose}}
 email           : {{email}}
 Portal url		: {{current_site}}
-- 
2.47.0