{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} {% block content %}

User Registration OneLab Experimenter Registration

{% if envoi %}

Your registration message has been sent !

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}