We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860b50f commit 4a6c291Copy full SHA for 4a6c291
conditional/blueprints/major_project_submission.py
@@ -90,6 +90,7 @@ def submit_major_project(user_dict=None):
90
log.info('Submit Major Project')
91
92
post_data = request.get_json()
93
+ print(post_data)
94
name = post_data['projectName']
95
tldr = post_data['projectTldr']
96
time_spent = post_data['projectTimeSpent']
0 commit comments