Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqtw committed Nov 29, 2023
1 parent f747dbf commit 8c14328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/courseware/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@ def financial_assistance_form(request, course_id=None):
'$85,000 - $100,000', 'More than $100,000']

annual_incomes = [
{'name': _(income), 'value': income} for income in incomes
{"name": _(income), 'value': income} for income in incomes
# lint-amnesty, pylint: disable=translation-of-non-string
]
if course_id and _use_new_financial_assistance_flow(course_id):
Expand Down

0 comments on commit 8c14328

Please sign in to comment.