Change default form value to None
This commit is contained in:
parent
a63ee9a0e7
commit
03b6938e5d
@ -86,7 +86,7 @@ class JEDIRequestFlow(object):
|
|||||||
elif self.form_section == "information_about_you":
|
elif self.form_section == "information_about_you":
|
||||||
data = self.map_user_data(self.current_user)
|
data = self.map_user_data(self.current_user)
|
||||||
|
|
||||||
return defaultdict(lambda: defaultdict(lambda: "Input required"), data)
|
return defaultdict(lambda: defaultdict(lambda: None), data)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def can_submit(self):
|
def can_submit(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user