From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Wed, 30 Apr 2014 09:52:01 +0000 (+0200) Subject: registration email: html cleanup X-Git-Tag: myslice-1.1~121^2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28d86399c54cd822f484d6e6c5a93c42722eca51;p=myslice.git registration email: html cleanup --- diff --git a/portal/templates/fed4fire/fed4fire_user_request_email.html b/portal/templates/fed4fire/fed4fire_user_request_email.html index f9e91822..5c6801f9 100644 --- a/portal/templates/fed4fire/fed4fire_user_request_email.html +++ b/portal/templates/fed4fire/fed4fire_user_request_email.html @@ -2,10 +2,10 @@ <br> <h1>NEW USER REQUEST</h1> <br> -<b>First name :</b> {{first_name}}</br> -<b>Last name :</b> {{last_name}}</br> -<b>Authority hrn:</b> {{authority_hrn}}</br> -<b>Public key :</b> {{public_key}}</br> -<b>Email :</b> {{email}}</br> -<b>User hrn :</b> {{user_hrn}}</br> -<b>Portal url :</b> {{ current_site }}</br> +<b>First name :</b> {{first_name}}<br> +<b>Last name :</b> {{last_name}}<br> +<b>Authority hrn:</b> {{authority_hrn}}<br> +<b>Public key :</b> {{public_key}}<br> +<b>Email :</b> {{email}}<br> +<b>User hrn :</b> {{user_hrn}}<br> +<b>Portal url :</b> {{ current_site }}<br> diff --git a/portal/templates/user_request_email.html b/portal/templates/user_request_email.html index f09474ba..4e332ffd 100644 --- a/portal/templates/user_request_email.html +++ b/portal/templates/user_request_email.html @@ -2,10 +2,10 @@ <br> <h1>NEW USER REQUEST</h1> <br> -<b>First name :</b> {{first_name}}</br> -<b>Last name :</b> {{last_name}}</br> -<b>Authority hrn:</b> {{authority_hrn}}</br> -<b>Public key :</b> {{public_key}}</br> -<b>Email :</b> {{email}}</br> -<b>User hrn :</b> {{user_hrn}}</br> -<b>Portal url :</b> {{ current_site }}</br> +<b>First name :</b> {{first_name}}<br> +<b>Last name :</b> {{last_name}}<br> +<b>Authority hrn:</b> {{authority_hrn}}<br> +<b>Public key :</b> {{public_key}}<br> +<b>Email :</b> {{email}}<br> +<b>User hrn :</b> {{user_hrn}}<br> +<b>Portal url :</b> {{ current_site }}<br>