summaryrefslogtreecommitdiff
path: root/StoneIsland/www
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-02-15 13:41:47 +0100
committerjules <jules@carbonpictures.com>2017-02-15 13:41:47 +0100
commit317996a3daa1f3f512f647aa85d9cfc05dca469b (patch)
tree146890ff409563782117c457b9a73de6c98a5b38 /StoneIsland/www
parent73f5b27336f443e6f2a6c25dd5a67b6562b13c91 (diff)
mark birthday field as OPTIONAL
Diffstat (limited to 'StoneIsland/www')
-rwxr-xr-xStoneIsland/www/index.html2
-rwxr-xr-xStoneIsland/www/js/lib/auth/SignupView.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 52ff747a..9c86e559 100755
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -355,7 +355,7 @@
<input type="email" name="Email" placeholder="EMAIL ADDRESS" required>
<input type="email" name="ConfirmEmail" placeholder="CONFIRM EMAIL ADDRESS" required>
<div class="select-wrapper date-wrapper">
- <span>BIRTHDAY (MM/DD/YYYY)</span>
+ <span>BIRTHDAY (OPTIONAL)</span>
<input type="date" name="BirthDay" min="1900-01-01" placeholder="BIRTHDAY (MM/DD/YYYY)" required>
</div>
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index 8d9cf52d..fd0c1887 100755
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -49,7 +49,7 @@ var SignupView = FormView.extend({
"Surname": "Please enter your last name.",
"Email": "Please enter a valid email address.",
"ConfirmEmail": "Please enter a valid email address.",
- "BirthDay": "Please enter your birthday.",
+ // "BirthDay": "Please enter your birthday.",
"Password": "Please enter your password.",
"Password2": "Please enter your password again.",
"DataProfiling": "You must agree to data profiling.",