We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a7210 commit c20419fCopy full SHA for c20419f
donations/views.py
@@ -14,7 +14,7 @@ def post(self, request):
14
thank_you_note = request.data['thank_you_note']
15
first_name = request.data['first_name']
16
last_name = request.data['last_name']
17
- institution = request.data['institution']
+ institution = request.data['school']
18
consent_to_share_or_contact = request.data.get('consent_to_share_or_contact', False)
19
contact_email_address = request.data.get('contact_email_address', '')
20
source = request.data.get('source', '')
0 commit comments