(I'm sure there's more cases like this, but I found this and want to write it down now, so we remember fixing once we have enough tests.)
zeus.utils defines a bunch of constants such as VOTER_SEARCH_FIELDS, VOTER_EXTRA_HEADERS etc. Some of them are duplicated (or almost-duplicated) in zeus.views.poll as voter_search_fields etc. We should change this to just use the values defined in zeus.utils.
(I'm sure there's more cases like this, but I found this and want to write it down now, so we remember fixing once we have enough tests.)
zeus.utilsdefines a bunch of constants such asVOTER_SEARCH_FIELDS,VOTER_EXTRA_HEADERSetc. Some of them are duplicated (or almost-duplicated) inzeus.views.pollasvoter_search_fieldsetc. We should change this to just use the values defined inzeus.utils.