- adding and authenticating users to/through LDAP
[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>To gain full access, two steps are required:</p>
11   <ul>
12         <li>1. You confirm your signup request by clicking on the link in the email that we have sent to your email address.( Please verify your spam folder. )</li>
13         <li>2. A manager from the {{ REQINST }} will analize your request. (We have sent email to your organization's registered managers.)</li>
14   </ul>
15         <p></p>
16         <p></p>
17         <div><button type="button" class="btn btn-onelab" onclick="window.location.href='/'">Home</button></div>                
18 </div>
19
20 {% endblock %}