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
c27913c5
Commit
c27913c5
authored
Nov 09, 2012
by
Victor Shnayder
Committed by
Carlos Andrés Rocha
Nov 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixes in template
parent
aedb0254
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/templates/dashboard.html
+3
-3
No files found.
lms/templates/dashboard.html
View file @
c27913c5
...
...
@@ -182,21 +182,21 @@
%
>
<div
class=
"message message-status ${status_css_class} is-shown"
>
% if cert_status == CertificateStatuses.unavailable:
% if cert_status
['status']
== CertificateStatuses.unavailable:
<p
class=
"message-copy"
>
Final course details are being wrapped up at this time.
Your final standing will be available shortly.
</p>
% elif passing_grade:
<p
class=
"message-copy"
>
You have received a grade of
<span
class=
"grade-value"
>
${cert_status['grade']}
</span>
in this course.
</p>
% elif cert_status == CertificateStatuses.notpassing:
% elif cert_status
['status']
== CertificateStatuses.notpassing:
<p
class=
"message-copy"
>
You did not complete the necessary requirements for
completion of this course. Your grade was
<span
class=
"grade-value"
>
${cert_status['grade']}
</span>
</p>
% endif
% if cert_button or survey_button:
<ul
class=
"actions"
>
% if cert_button and cert_status['status']
== CertificateStatuses.generating
:
% if cert_button and cert_status['status']
in [CertificateStatuses.generating, CertificateStatuses.regenerating]
:
<li
class=
"action"
><span
class=
"btn disabled"
href=
""
>
Your Certificate is Generating
</span></li>
% elif cert_button and cert_status['status'] == CertificateStatuses.downloadable:
<li
class=
"action"
>
...
...
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