Fixed #550, diaspora now support seniors up to 110
This commit is contained in:
parent
5a90cfd680
commit
033eea9f50
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
%h4
|
||||
= t('.your_birthday')
|
||||
%br
|
||||
= select_date @person.profile.birthday, :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1930
|
||||
= select_date @person.profile.birthday, :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1900
|
||||
|
||||
%h4
|
||||
= t('.your_bio')
|
||||
|
|
|
|||
Loading…
Reference in a new issue