We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfff39 commit a2713c9Copy full SHA for a2713c9
esp/useful_scripts/finaid_autoapproved.py
@@ -2,12 +2,9 @@
2
#
3
# Display Auto-Approved Financial Aid Requests
4
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
+# Displays financial aid requests that have been approved or autoapproved,
+# sorted by date, so that students can be emailed easily. Make sure to update
+# PROGRAM_ID before running.
11
12
13
from script_setup import *
0 commit comments