From 1b68666dd63a5eae6b2e6f8cc9de22c898388491 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 7 Jul 2014 13:26:38 +0200 Subject: [PATCH] fixed register page validation --- portal/static/css/onelab.css | 1 + .../onelab/onelab_registration_view.html | 65 +++++++++---------- 2 files changed, 30 insertions(+), 36 deletions(-) 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 %} -- 2.43.0