2bd2f0a2a7750a532b5922c141a2f0154de69269
[myslice.git] / portal / templates / user_register_complete.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5 <div class="row">
6         <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" /> User sign-up</h1>
7 </div>
8 <div class="row">
9   <h3>Sign up information received.</h3>
10   <p>You can now log in to the portal. You will have limited access. </p>
11   <p>To gain full access, two steps are required:</p>
12   <ul>
13         <li>1. You confirm your signup request by clicking on the link in the email that we have sent to your email address.</li>
14         <li>2. A manager from your organization validates your request. (We have sent email to your organisation's registered managers.)</li>
15   </ul>         
16 </div>
17
18 {% endblock %}