From bf479f67152e71d6fe99430ee4ad11fccc6b0c54 Mon Sep 17 00:00:00 2001 From: theatre-x Date: Sun, 20 Jul 2014 20:31:14 -0400 Subject: [PATCH] Change end year Changed to 1910. So people like THIS: https://en.wikipedia.org/wiki/Jacque_Fresco#Early_life can actually use Diaspora. --- app/views/profiles/_edit.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/_edit.haml b/app/views/profiles/_edit.haml index a6d445a54..408344bd3 100644 --- a/app/views/profiles/_edit.haml +++ b/app/views/profiles/_edit.haml @@ -36,7 +36,7 @@ %h4 = t('profiles.edit.your_birthday') = 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