From 8b147c2787afcd2a94a71e2d2b1e57a7bc78ed64 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Thu, 5 Jun 2014 15:52:48 +0200
Subject: [PATCH] typo

---
 portal/templates/account-view.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html
index a6c067a2..69c43ca4 100644
--- a/portal/templates/account-view.html
+++ b/portal/templates/account-view.html
@@ -148,14 +148,14 @@
 							{%if 'N/A' not in user_private_key%}
 							<td class="key">Identity</td> 
     						<td>
-								<button type="submit" name="dl_identity" class="btn btn-default btn-xs" title="You will require it to use jfed" id="dl_pkey">
+								<button type="submit" name="dl_identity" class="btn btn-default btn-xs" title="You will require it to use jfed" id="dl_identity">
     								<span class="glyphicon glyphicon-download"></span> Download 
 								</button>
 							</td>
 							{%else%}
 							<td class="key">Identity</td> 
 							<td>
-    							<button type="submit" name="dl_identity" class="btn btn-default btn-xs disabled" title="You will require it to use jfed" id="dl_pkey">
+    							<button type="submit" name="dl_identity" class="btn btn-default btn-xs disabled" title="You will require it to use jfed" id="dl_identity">
         							<span class="glyphicon glyphicon-download"></span> Download 
     							</button>
 							</td>
-- 
2.47.0