From 27852004d7e835a9b9dc5df63b66571dcd86ab1b Mon Sep 17 00:00:00 2001 From: Sophia Date: Sun, 7 May 2023 17:27:34 -0400 Subject: [PATCH] fix formatting --- intranet/apps/polls/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intranet/apps/polls/forms.py b/intranet/apps/polls/forms.py index 372296e146e..7f950f190b2 100644 --- a/intranet/apps/polls/forms.py +++ b/intranet/apps/polls/forms.py @@ -19,5 +19,5 @@ class Meta: help_texts = { "is_secret": "This will prevent Ion administrators from viewing individual users' votes.", "is_election": "Enable election formatting and results features.", - "is_randomized": "Enable randomization of choices." + "is_randomized": "Enable randomization of choices.", }