Commit 7cdbd289e4fdbe2bc1d1bb88db7e350a11d96727

Authored by Palak Handa
1 parent 1efd90c4d2
Exists in master and in 1 other branch paytm

content change

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
pages/registration.html
... ... @@ -120,7 +120,7 @@
120 120 </div> -->
121 121 <div class="col-xs-12 col-md-12 f-family line-adjust">
122 122 <strong>Give us a brief introduction about your startup. *</strong>
123   - <p class="line-space" >Kindly write a powerful Twitter Pitch.</p>
  123 + <p class="line-space" >Kindly write a powerful Twitter Pitch (word limit-200).</p>
124 124 </div>
125 125 <div class="col-xs-12 col-md-12 input-wrapper">
126 126 <div class="icon-circle-x">
... ...
... ... @@ -367,6 +367,9 @@
367 367 $scope.infoForm = true;
368 368 $scope.detail = {};
369 369 $scope.data.phone = "+91"+$scope.data.number;
  370 + if($scope.data.referalToken == null){
  371 + $scope.data.referalToken = "N.A."
  372 + }
370 373 $http({
371 374 method: 'POST',
372 375 url: BASE_URL+'/applicants',
... ...