Skip to content

Commit c20419f

Browse files
committed
update school field name
1 parent 93a7210 commit c20419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

donations/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def post(self, request):
1414
thank_you_note = request.data['thank_you_note']
1515
first_name = request.data['first_name']
1616
last_name = request.data['last_name']
17-
institution = request.data['institution']
17+
institution = request.data['school']
1818
consent_to_share_or_contact = request.data.get('consent_to_share_or_contact', False)
1919
contact_email_address = request.data.get('contact_email_address', '')
2020
source = request.data.get('source', '')

0 commit comments

Comments
 (0)