Changed University Student expected graduation date to be a dynamic dropdown.
commit1babc663da0f5befad39361c4e5272f75545d210
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 30 May 2009 07:19:10 +0000 (30 09:19 +0200)
committerLennard de Rijk <ljvderijk@gmail.com>
Sat, 30 May 2009 07:19:10 +0000 (30 09:19 +0200)
tree55f243ab104c3152a80553e0271d7468bad7fa7b
parenta247b2836d7f2b7bc92a72152c869b928d10980c
Changed University Student expected graduation date to be a dynamic dropdown.

The range of choices is dynamically made by taking the current_year-1 to the current_year+20. It does not start at the current year because a Student might need to change it's profile during a Program that runs across multiple years.
app/soc/models/student.py
app/soc/views/models/student.py