Added a possible_mentors property to the StudentProposal.
Also set the name and [min,max] score for the RankList.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^setlang/$', 'django.views.i18n.set_language'),)