supercontest.forms

A collection of forms that allow user input on the client.

Classes

EmailPreferencesForm

Gives a user options to disable/enable email notifications.

class supercontest.forms.EmailPreferencesForm(*args, **kwargs)

Bases: FlaskForm

Gives a user options to disable/enable email notifications.

email_all_picks = <UnboundField(BooleanField, ('Email me the image attachment of all user picks weekly after lockdown',), {})>
email_when_picks_closing = <UnboundField(BooleanField, ('Email me a reminder a few hours before lockdown if I did not submit the full 5 picks',), {})>
email_when_picks_open = <UnboundField(BooleanField, ('Email me when the weekly lines are posted and picks open',), {})>