summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/SignupView.js
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/js/lib/auth/SignupView.js
parent73f5b27336f443e6f2a6c25dd5a67b6562b13c91 (diff)
mark birthday field as OPTIONAL
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
-rwxr-xr-xStoneIsland/www/js/lib/auth/SignupView.js2
1 files changed, 1 insertions, 1 deletions
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.",