redirect to survey
This commit is contained in:
@@ -31,6 +31,12 @@ formaxlabels = axlabels.copy()
|
||||
formaxlabels.pop('None')
|
||||
parchoices = list(sorted(formaxlabels.items(), key = lambda x:x[1]))
|
||||
|
||||
class SurveyForm(forms.Form):
|
||||
surveydone = forms.ChoiceField(
|
||||
required=True,
|
||||
choices=(('YES','YES'),('NO','NO')),
|
||||
label='Will you take a 2 minute survey to help improve rowsandall?',
|
||||
widget = forms.RadioSelect)
|
||||
|
||||
class FlexibleDecimalField(forms.DecimalField):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user