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 0b9a747 commit 3015969Copy full SHA for 3015969
selections/blueprints/application.py
@@ -40,6 +40,7 @@ def get_application(app_id, info=None):
40
@app.route('/application', methods=['POST'])
41
@auth.oidc_auth
42
def create_application():
43
+ print(request.form)
44
applicant_rit_id = request.form.get('rit_id')
45
applicant = Applicant(
46
body=request.form.get('application'),
0 commit comments