4141c006576997585215ad0eceafbd530de01414
[myslice.git] / portal / templates / fibre / fibre_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         <p></p>
17         <p></p>
18         <div><button type="button" class="btn btn-onelab" onclick="window.location.href='/'">Home</button></div>                
19 </div>
20
21 {% endblock %}