Skip to content

Better form field for the birth_year.

Matthieu Gautier requested to merge better_birth_year into master

Using the IntegerField is a bit weird for a birth date.

Let's use a (typed) choice field to let the user choose its birth year.

Fix #20 (closed)

Merge request reports