Add financial assistance link in course tools (#23921)

Add financial assistance link in course tools for eligible courses, so it'll be more visible to learners
This commit is contained in:
Diane Kaplan
2020-05-08 10:35:10 -04:00
committed by GitHub
parent 5a427bcb14
commit cbb4cfb988
6 changed files with 136 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ class TestCourseHomePage(CourseHomePageTestCase):
# Fetch the view and verify the query counts
# TODO: decrease query count as part of REVO-28
with self.assertNumQueries(74, table_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
with self.assertNumQueries(75, table_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
with check_mongo_calls(4):
url = course_home_url(self.course)
self.client.get(url)