From 5649841ac16acc44e755f5923004f4f68305242d Mon Sep 17 00:00:00 2001 From: Loic Baron 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 @@
+ style="width:200px" placeholder="Phone number" maxlength="20" class="form-control">
-- 2.43.0