Commit f91ecfbdf0d74a737344a099b653d32b2b945328
1 parent
7b017db1c9
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
pages/registration.html
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 | </div> |
96 | 96 | <div class="form-group"> |
97 | 97 | <label>Coupon Code:</label> |
98 | - <input type="text" class="form-control" placeholder="If you have a coupon code then apply here" ng-model="data.referalToken"> | |
98 | + <input type="text" class="form-control" placeholder="If you have a coupon code then apply here"ng-model="data.referalToken"> | |
99 | 99 | <!-- <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> |
100 | 100 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> |
101 | 101 | <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> |
... | ... | @@ -103,7 +103,7 @@ |
103 | 103 | </div> |
104 | 104 | <div class="form-group"> |
105 | 105 | <label>Attach Pitch Deck: *</label> |
106 | - <input type="file" class="form-control-file" ng-model="data.uploadFile" id="filePicker" accept=".png, .jpg, .jpeg, .pdf, .ppt"> | |
106 | + <input type="file" class="form-control-file" ng-model="data.uploadFile" id="filePicker" required="required" accept=".png, .jpg, .jpeg, .pdf, .ppt"> | |
107 | 107 | </div> |
108 | 108 | <div class=form-group-text> |
109 | 109 | Fields marked with "<b>*</b>" are mandatory. |
... | ... | @@ -268,9 +268,9 @@ |
268 | 268 | <!-- </td> |
269 | 269 | </tr> |
270 | 270 | </table> --> |
271 | - <!-- <div class="text-center"> | |
271 | + <div class="text-center"> | |
272 | 272 | <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid || disabled" value="Submit" ng-click="submit()"> |
273 | - </div> --> | |
273 | + </div> | |
274 | 274 | </div> |
275 | 275 | <!-- CLOSE form-all --> |
276 | 276 | <!-- </div> --> | ... | ... |