From 9efb59679529db4d7b4320685f12459225ff1eed Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 30 Dec 2010 11:27:39 -0800 Subject: [PATCH] more rejiggering --- helios/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helios/models.py b/helios/models.py index 8809042..8bbb087 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 -- GitLab