1900 was too far back for rails, 1904 were accepted.
This commit is contained in:
parent
033eea9f50
commit
702abddce3
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue