diff --git a/helios/models.py b/helios/models.py index 8809042f86d453e25091ea13285db07db8b8e600..8bbb08729f1466638696612f5e84aafb590cf8b6 100644 --- a/helios/models.py +++ b/helios/models.py @@ -552,7 +552,9 @@ class Voter(models.Model, electionalgs.Voter): # let's link directly to the user now # FIXME: delete this as soon as migrations are set up + name = models.CharField(max_length = 200, null=True) voter_type = models.CharField(max_length = 100) + voter_id = models.CharField(max_length = 100) # for users of type password, no user object is created # but a dynamic user object is created automatically