Join authority - PI phone not required
authorLoic Baron <loic.baron@lip6.fr>
Fri, 19 Jun 2015 12:35:11 +0000 (14:35 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 19 Jun 2015 12:35:11 +0000 (14:35 +0200)
portal/static/js/join.js
portal/templates/join_view.html

index 44d8c75..87a7c28 100644 (file)
@@ -40,9 +40,9 @@ jQuery(document).ready(function(){
           pi_title: {
               required: true
           },
-          pi_phone: {
+          /*pi_phone: {
               required: true
-          },
+          },*/
           pi_email: {
               required: true
           },
index ff9dad4..d065766 100644 (file)
@@ -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/>