Skip to content

Commit

Permalink
Remove Date of Birth
Browse files Browse the repository at this point in the history
The date of birth input is never used and is extraneous.
  • Loading branch information
rajington committed Jun 9, 2015
1 parent dd1ee9d commit 9e7f59b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions www/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<label class="item item-input">
<input type="password" ng-model="user.password" placeholder="Password">
</label>
<label class="item item-input item-stacked-label">
<span class="input-label">Date of Birth</span>
<input type="date" ng-model="user.dob">
</label>
</div>
<div class="assertive" ng-show="error.message">{{error.message}}</div>
<button class="button button-block button-positive" ng-click="register()">
Expand Down

0 comments on commit 9e7f59b

Please sign in to comment.