From 5649841ac16acc44e755f5923004f4f68305242d Mon Sep 17 00:00:00 2001
From: Loic Baron <loic.baron@lip6.fr>
Date: Fri, 19 Jun 2015 14:35:11 +0200
Subject: [PATCH] Join authority - PI phone not required

---
 portal/static/js/join.js        | 4 ++--
 portal/templates/join_view.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/portal/static/js/join.js b/portal/static/js/join.js
index 44d8c750..87a7c283 100644
--- a/portal/static/js/join.js
+++ b/portal/static/js/join.js
@@ -40,9 +40,9 @@ jQuery(document).ready(function(){
           pi_title: {
               required: true
           },
-          pi_phone: {
+          /*pi_phone: {
               required: true
-          },
+          },*/
           pi_email: {
               required: true
           },
diff --git a/portal/templates/join_view.html b/portal/templates/join_view.html
index ff9dad42..d0657663 100644
--- a/portal/templates/join_view.html
+++ b/portal/templates/join_view.html
@@ -97,7 +97,7 @@
 	<div class="form-group">
     	<input type="tel" id="pi_phone" name="pi_phone" value="{{ pi_phone }}" 
 		title="We may phone the manager as part of the validation process, and in case any issues arise with the use of the system."
-		style="width:200px" placeholder="Phone number"  maxlength="20" class="form-control" required>
+		style="width:200px" placeholder="Phone number"  maxlength="20" class="form-control">
     </div>
 	<div class="form-group">
   		<input type="password"  id="password" name="pi_password"   class="form-control" style="width:200px" minlength="8" value="{{ password }}" placeholder="Password" required/>
-- 
2.47.0