Commit 452d73b5a0712e638f62755961380f0bb75358dc

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

update

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
pages/registration.html
... ... @@ -78,7 +78,7 @@
78 78 </div>
79 79 <div class="card-text2">
80 80 <span><b>Location</b></span>
81   - <div class="card-text">Zone startups, Bombay Stock Exchange, Dalal Street, Mumbai</div>
  81 + <div class="card-text">Zone Startups, Bombay Stock Exchange, Dalal Street, Mumbai</div>
82 82 </div>
83 83 </label>
84 84 </div>
... ... @@ -367,7 +367,8 @@
367 367 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-blur="emailcheck(data.email)" ng-focus="removeError()" ng-change="enteremail(data.email); emailkeyPress(data.email)" ng-keyup="emailTest($event)">
368 368 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
369 369 <label ng-if="check">Email already exist.</label>
370   - <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label>
  370 + <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label>
  371 + <!-- <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn1">Already Registered</button> -->
371 372 </div>
372 373 <!-- <div class="col-xs-12 col-md-6 input-wrapper f-family">
373 374 <div class="icon-circle-f">
... ... @@ -693,6 +694,7 @@
693 694 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
694 695 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
695 696 </div>
  697 + <span style="padding-left:10px">* One ticket is valid for one person.</span>
696 698 <div class="clearfix"></div>
697 699 <div class="text-center">
698 700 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
... ...