Reg_complete template update
[unfold.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. Upon confirmation of your signup request,<br> 
15                 we will send an email to the managers at your organization with a validation request.</li>
16   </ul>         
17 </div>
18
19 {% endblock %}