Email Logo remove width
[myslice.git] / portal / templates / user_request_email.html
index e8f2b38..204c293 100644 (file)
@@ -1,10 +1,22 @@
-<img src="https://onelab.eu/templates/onelab2/images/logo.png">
+<img src="{{current_site}}/static/img/{{theme.logo}}"> 
 <br>
 <h1>NEW USER REQUEST</h1>
 <br>
-<b>First Name   :</b> {{first_name}}
-<b>Last Name    :</b> {{last_name}}
-<b>Authority hrn:</b> {{authority_hrn}}
-<b>Public key   :</b> {{public_key}}
-<b>Email        :</b> {{email}}
-<b>User Hrn     :</b> {{user_hrn}}
+<p>You are receiving this request because we have you listed as a manager at an organization that uses {{theme.label}}.</p> 
+<p>If you believe that you have received this message in error, or if you have any questions, kindly contact support@{{theme.theme}}.eu.</p>
+<br>
+<b>First name   :</b> {{first_name}}<br>
+<b>Last name    :</b> {{last_name}}<br>
+<!--<b>Organization :</b> {{organization}}<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>
+<p></p>
+<p>You can see new user request <a href="{{current_site}}/portal/institution#requests">in the portal.</a><p>
+
+{% include theme|add:"_widget-user_request_email.html" %}
+
+<p>Yours sincerely,</p>        
+<p>The {{theme.label}} team</p>