diff --git a/helios/models.py b/helios/models.py index be0fa2f79..76c993b2d 100644 --- a/helios/models.py +++ b/helios/models.py @@ -428,7 +428,7 @@ def set_eligibility(self): if self.voter_set.filter(user=None).count() > 0: voter_types.append('password') else: - # no password users, remove password from the possible helios_auth systems + # no password users, remove password from the possible auth systems if 'password' in auth_systems: auth_systems.remove('password') diff --git a/helios/templates/cast_done.html b/helios/templates/cast_done.html index 450d4ac98..14b61fbf9 100644 --- a/helios/templates/cast_done.html +++ b/helios/templates/cast_done.html @@ -19,7 +19,7 @@
For your safety, we have logged you out.
-