- reasons for asking an account; rnp as a catch-all island; changing email messages...
[myslice.git] / portal / templates / fibre / fibre_user_register_complete.html
index 5b99d24..036262d 100644 (file)
@@ -3,13 +3,18 @@
 {% block content %}
 
 <div class="row">
-       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" /> Experimenter Registration</h1>
+       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" /> User sign-up</h1>
 </div>
 <div class="row">
-  <h3>User registration complete !</h3>
-  <p>
-       You will receive an email with further instructions.
-  </p>
- </div>
+  <h3>Sign up information received.</h3>
+    <p>To gain full access, two steps are required:</p>
+  <ul>
+       <li>1. You confirm your signup request by clicking on the link in the email that we have sent to your email address.</li>
+       <li>2. A manager from the {{ REQINST }} will analize your request. (We have sent email to your organization's registered managers.)</li>
+  </ul>
+       <p></p>
+       <p></p>
+       <div><button type="button" class="btn btn-onelab" onclick="window.location.href='/'">Home</button></div>                
+</div>
 
 {% endblock %}