layout and style changes
[myslice.git] / portal / templates / 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" /> OneLab Experimenter Registration</h1>
7 </div>
8 <div class="row">
9   <h3>User registration complete !</h3>
10   <p>
11         You will receive an email with further instructions.
12   </p>
13  </div>
14
15 {% endblock %}