Change end year

Changed to 1910. So people like THIS: https://en.wikipedia.org/wiki/Jacque_Fresco#Early_life can actually use Diaspora.
This commit is contained in:
theatre-x 2014-07-20 20:31:14 -04:00
parent 9edf581bde
commit bf479f6715

View file

@ -36,7 +36,7 @@
%h4 %h4
= t('profiles.edit.your_birthday') = t('profiles.edit.your_birthday')
= select_date profile.birthday, :prompt => true, = select_date profile.birthday, :prompt => true,
:default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1930, :prefix => 'profile[date]' :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]'
%br %br
%br %br