From 702abddce329db70ca47b8d05313a80e9cbd7864 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sat, 27 Nov 2010 14:13:29 +0100 Subject: [PATCH] 1900 was too far back for rails, 1904 were accepted. --- app/views/people/edit.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/people/edit.html.haml b/app/views/people/edit.html.haml index 46f09869b..61c2f4cdc 100644 --- a/app/views/people/edit.html.haml +++ b/app/views/people/edit.html.haml @@ -34,7 +34,8 @@ %h4 = t('.your_birthday') %br - = select_date @person.profile.birthday, :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1900 + = select_date @person.profile.birthday, :prompt => true, + :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1904 %h4 = t('.your_bio')