Skip to content

Commit a2713c9

Browse files
Update comment in finaid_autoapproved
1 parent 0dfff39 commit a2713c9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

esp/useful_scripts/finaid_autoapproved.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
#
33
# Display Auto-Approved Financial Aid Requests
44
#
5-
# Displays financial aid requests where the student has reported that they
6-
# receive free or reduced-price lunch so that these students can be
7-
# contacted after the initial email batch has been sent. Sorted by date,
8-
# descending. Make sure to update PROGRAM_ID before running.
9-
#
10-
# This script should be run from the manage.py shell
5+
# Displays financial aid requests that have been approved or autoapproved,
6+
# sorted by date, so that students can be emailed easily. Make sure to update
7+
# PROGRAM_ID before running.
118
#
129

1310
from script_setup import *

0 commit comments

Comments
 (0)