From bf645b81fbcf4f0cbfa2969bcd00cfcac385f841 Mon Sep 17 00:00:00 2001
From: Loic Baron <loic.baron@lip6.fr>
Date: Fri, 28 Mar 2014 16:55:28 +0100
Subject: [PATCH] templates cosmetics

---
 portal/templates/fed4fire/fed4fire_widget-topmenu.html | 2 +-
 portal/templates/slice-request-ack-view.html           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/portal/templates/fed4fire/fed4fire_widget-topmenu.html b/portal/templates/fed4fire/fed4fire_widget-topmenu.html
index 8e033264..865a2bc5 100644
--- a/portal/templates/fed4fire/fed4fire_widget-topmenu.html
+++ b/portal/templates/fed4fire/fed4fire_widget-topmenu.html
@@ -2,7 +2,7 @@
 <div id="header">
 	<div class="wrapper">
 		<div class="logo">
-			<a href="/"><img src="{{ STATIC_URL }}img/f4f-logo.png" alt="Fed4Fire Portal" width="80px" /> Fed4Fire Portal</a>
+			<a href="/"><img src="{{ STATIC_URL }}img/f4f-logo.png" alt="Fed4Fire Portal" width="80px" />Fed4Fire Portal</a>
 		</div>
 		
 		<div id="secondary">
diff --git a/portal/templates/slice-request-ack-view.html b/portal/templates/slice-request-ack-view.html
index c101b060..a9240bcd 100644
--- a/portal/templates/slice-request-ack-view.html
+++ b/portal/templates/slice-request-ack-view.html
@@ -2,7 +2,7 @@
 
 {% block content %}
 
-  <h1>Slice request Received !</h1>
+<h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="Slice" /> Slice request sent</h1>
 
 We will process your request and get back to you as soon as possible.
 {% endblock %}
-- 
2.47.0