Logo width 80px for emails
[myslice.git] / portal / templates / activate_user.html
1 <img src="{{current_site}}/static/img/{{theme.logo}}" width="80px">
2 <br>
3 <p>We have received a user signup request for your email address at {{current_site}}</p>
4 <p>You have the following user details:</p>
5
6 Authority: {{authority_hrn}}<br>
7 First name: {{first_name}}<br>
8 Last name: {{last_name}}<br>
9 Email: {{email}}<br>
10
11 <p></p>
12 <p>
13 You may now <a href="{{current_site}}">log</a> in to the portal using your email address and the password that you provided, but your access will be limited. To gain full access, two steps are required:
14 </p>
15
16 <ul style="list-style-type:decimal;">
17 <li>
18 You must confirm that you have indeed made this request by clicking on the following link: <br>
19         <a href={{validation_link}}>{{validation_link}}</a> 
20         <ul><li>If you did not make this request, we apologise. You may disregard this email or you may advise us the error by replying to this email.</li></ul>
21 </li>
22 <li>
23 A manager from your organization must also validate your request. Upon confirmation of your signup request, we will send an email to the managers at your organization with a validation request.
24 </li>
25 </ul>
26 <p>
27 We look forward to welcoming you to {{theme.label}}. You will find answers to frequently asked questions <a href="{{current_site}}/support/">here</a>. 
28 Please don't hesitate to <a href="{{current_site}}/contact/">contact us</a> with any additional questions that you might have.
29 </p>
30 <p>Yours sincerely,</p>
31 <p>The {{theme.label}} team</p>