From: Ciro Scognamiglio Date: Mon, 7 Jul 2014 11:26:38 +0000 (+0200) Subject: fixed register page validation X-Git-Tag: myslice-1.1~47^2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1b68666dd63a5eae6b2e6f8cc9de22c898388491;p=myslice.git fixed register page validation --- diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 3486d15e..ecccdf19 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -131,6 +131,7 @@ button.btn-onelab:active, input.btn-onelab:active { border-bottom:1px solid #760073; margin-top:2px; } + /***** Notifications *****/ .warning { border: 1px solid red; diff --git a/portal/templates/onelab/onelab_registration_view.html b/portal/templates/onelab/onelab_registration_view.html index 2efee42b..17a76cf7 100644 --- a/portal/templates/onelab/onelab_registration_view.html +++ b/portal/templates/onelab/onelab_registration_view.html @@ -19,19 +19,22 @@ {% endfor %} {% endif %} + +
+
- +
-
- {% csrf_token %} + + {% csrf_token %}

+ your organization, asking them to validate your sign-up request." required />

Organization not listed? Request its addition now.

@@ -52,45 +55,32 @@
+ placeholder="Email" required />
-

+ placeholder="Password" required />
+ placeholder="Confirm password" required />
-

- + +
-
- - + + - {% endblock %}