From 187b0df6b9016771c575783f5871194d1429baf5 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Wed, 18 Mar 2015 07:58:15 +0000
Subject: [PATCH] Add contact link at botom of pages

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@112 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 resources/presentation.html  | 3 ++-
 templates/web/index.tt2.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/resources/presentation.html b/resources/presentation.html
index 5221869..ee722d6 100644
--- a/resources/presentation.html
+++ b/resources/presentation.html
@@ -388,7 +388,8 @@ check would not accept for example an eduPersonPrincipalName with a different sc
 
 <div id="footer">
 	<div class="row align-center">
-	<span>eduGAIN Access Check</span>
+	<span>eduGAIN Access Check</span> - 
+        <span><a href="mailto:edugain-integration@geant.net">contact us</a></span>
 	</div>
 </div>
 		</div>
diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html
index 6c93153..4ddca44 100644
--- a/templates/web/index.tt2.html
+++ b/templates/web/index.tt2.html
@@ -243,7 +243,8 @@ DUMP :<br>
 
 <div id="footer">
 	<div class="row align-center">
-	<span>[% conf.app_name %] [% conf.version %]</span>
+	<span>[% conf.app_name %] [% conf.version %]</span> -
+        <span><a href="mailto:[% conf.support_email %]">contact us</a></span>
 	</div>
 </div>
 		</div>
-- 
GitLab