Fixed #550, diaspora now support seniors up to 110

This commit is contained in:
Hexagon 2010-11-27 14:02:42 +01:00
parent 5a90cfd680
commit 033eea9f50

View file

@ -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')