Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9056052b
Commit
9056052b
authored
Jul 08, 2015
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a small typo for credit requirements on the progress page.
parent
ab60b110
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/templates/courseware/progress.html
+2
-2
No files found.
lms/templates/courseware/progress.html
View file @
9056052b
...
...
@@ -112,9 +112,9 @@ from django.utils.http import urlquote_plus
${_("{link} to purchase course credit.").format(link="
<a
href=
{url}
>
{url_name}
</a>
".format(url = reverse('dashboard'), url_name = _('Go to your dashboard')))}
</span>
%elif credit_course_requirements['eligibility_status'] == 'partial_eligible':
<span>
${
student.get_full_name()}, ${_("You have not yet met the requirements for credit."
)}
</span>
<span>
${
_("{student_name}, you have not yet met the requirements for credit.").format(student_name=student.get_full_name()
)}
</span>
%endif
<a
href=
"${settings.CREDIT_HELP_LINK_URL}"
class=
"credit-help"
><i
class=
"fa fa-question"
></i><span
class=
"sr"
>
Help regarding course credit requirements
</span></a><br>
<a
href=
"${settings.CREDIT_HELP_LINK_URL}"
class=
"credit-help"
><i
class=
"fa fa-question"
></i><span
class=
"sr"
>
${_("Information about course credit requirements")}
</span></a><br>
<div
class=
"requirement-container"
data-eligible=
"${credit_course_requirements['eligibility_status']}"
>
%for requirement in credit_course_requirements['requirements']:
<div
class=
"requirement"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment