X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fuser_register.html;h=a1295c13cf8ff8026b12149b0cad780a064c448a;hb=8714d4ab9738c7ceb882e68f1c12d9d5d13cf1e1;hp=bfb08f124a9edab949cb7e79531d569634253de7;hpb=d1197c134b70bda643a752bdaf891190cb5a15e7;p=myslice.git diff --git a/portal/templates/user_register.html b/portal/templates/user_register.html index bfb08f12..a1295c13 100644 --- a/portal/templates/user_register.html +++ b/portal/templates/user_register.html @@ -1,21 +1,25 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold_main %} +{% block content %} -

User registration

+
+

User Registration OneLab Experimenter Registration

+
+
-{% if envoi %}Your registration message has been sent !{% endif %} - -
-
{% csrf_token %} -{{ form.as_p }} - -
+{% if envoi %} +

Your registration message has been sent !

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