Skip to content

Commit

Permalink
fix: Financial Assistance Letter extend time to award and styling edi…
Browse files Browse the repository at this point in the history
…ts (openedx#34913)

REV-4066
  • Loading branch information
julianajlk committed Jun 6, 2024
1 parent b937fd4 commit cb52915
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions lms/djangoapps/courseware/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,13 +1977,14 @@ def get_template_and_context(self, course, video_block):
# Translators: "percent_sign" is the symbol "%". "platform_name" is a
# string identifying the name of this installation, such as "edX".
FINANCIAL_ASSISTANCE_HEADER = _(
'We plan to use this information to evaluate your application for financial assistance and to further develop our'
' financial assistance program. Please note that while \nassistance is available in most courses that offer'
' verified certificates, a few courses and programs are not eligible. You must complete a separate application'
' \nfor each course you take. You may be approved for financial assistance five (5) times each year'
' (based on 12-month period from you first approval). \nTo apply for financial assistance: \n'
'1. Enroll in the audit track for an eligible course that offers Verified Certificates \n2. Complete this'
' application \n3. Check your email, your application will be reviewed in 3-4 business days'
'We plan to use this information to evaluate your application for financial assistance and to further develop our '
'financial assistance program. \nPlease note that while assistance is available in most courses that offer '
'verified certificates, a few courses and programs are not eligible. You must complete a separate application '
'for each course you take. You may be approved for financial assistance five (5) times each year '
'(based on 12-month period from you first approval). \nTo apply for financial assistance: '
'\n1. Enroll in the audit track for an eligible course that offers Verified Certificates. '
'\n2. Complete this application. '
'\n3. Check your email, please allow 4 weeks for your application to be processed.'
)


Expand Down
2 changes: 1 addition & 1 deletion lms/static/sass/views/_financial-assistance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

p {
line-height: $base-line-height;
margin-top: 0;
margin-top: 1em;
color: $gray-700;
font-size: 1em;
}
Expand Down
3 changes: 2 additions & 1 deletion lms/templates/financial-assistance/financial-assistance.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ <h2>${_("A Note to Learners")}</h2>
## Translators: This string will not be used in Open edX installations.
<p>${_("EdX is committed to making it possible for you to take high quality courses from leading institutions regardless of your financial situation, earn a Verified Certificate, and share your success with others.")}</p>
## Translators: This string will not be used in Open edX installations. Do not translate the name "Anant".
<p class="signature">${_("Sincerely, Anant")}</p>
<p class="signature">${_("Sincerely,")}</p>
<p class="signature">${_("Anant")}</p>
</div>
% endif

Expand Down

0 comments on commit cb52915

Please sign in to comment.