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