Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Static Public Attributes | List of all members
wowf.forms.challenge.CreateWeightChallengeForm Class Reference
Inheritance diagram for wowf.forms.challenge.CreateWeightChallengeForm:
Inheritance graph
Collaboration diagram for wowf.forms.challenge.CreateWeightChallengeForm:
Collaboration graph

Static Public Attributes

tuple percentage
- Static Public Attributes inherited from wowf.forms.challenge.CreateChallengeForm
tuple competitor

Additional Inherited Members

- Public Member Functions inherited from wowf.forms.Form
def __init__
- Public Attributes inherited from wowf.forms.Form
 state

Detailed Description

Definition at line 38 of file challenge.py.

Member Data Documentation

tuple wowf.forms.challenge.CreateWeightChallengeForm.percentage
static
Initial value:
SelectField('Percentage', [
validators.Required(message='Must select a percentage')],
choices=get_percentages(), coerce=float)

Definition at line 40 of file challenge.py.


The documentation for this class was generated from the following file: