Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / join_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" />Request to add organization</h1>
7 </div>
8 <div class="row">
9   <h3>Organization information received.</h3>
10 <p>
11 We will contact the manager that you have listed with any questions that we might have.<br> 
12 Once we have added the organization to the list, we will alert the manager.<br>
13 At that time users from your organization will be able to sign up to join OneLab.
14 </p>
15 </div>
16
17 {% endblock %}