1 {% extends "layout.html" %}
4 {{ wizard.form.media }}
5 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}css/smart_wizard.css" />
11 <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="User Registration" /> OneLab Experimenter Registration</h1>
16 <h3>Your registration message has been sent !</h3>
19 <form enctype="multipart/form-data" action="" method="post">{% csrf_token %}
21 <input type="submit" value="Submit" />