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
ef1ef986
Commit
ef1ef986
authored
Sep 22, 2014
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjusting ID verified status to be just verified status
parent
8bd092ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
lms/static/sass/views/_verification.scss
+0
-1
lms/templates/verify_student/_verification_header.html
+6
-6
No files found.
lms/static/sass/views/_verification.scss
View file @
ef1ef986
...
...
@@ -374,7 +374,6 @@
font-weight
:
600
;
.context
{
margin-right
:
(
$baseline
/
4
);
opacity
:
0
.80
;
color
:
$white
;
letter-spacing
:
0
.1rem
;
...
...
lms/templates/verify_student/_verification_header.html
View file @
ef1ef986
...
...
@@ -32,11 +32,11 @@
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
%if upgrade:
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("Verified")}
%elif reverify:
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("Verified")}
%else:
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("Verified")}
%endif
</span>
</span>
...
...
@@ -66,11 +66,11 @@
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
%if upgrade:
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("Verified")}
%elif reverify:
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("Verified")}
%else:
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("Verified")}
%endif
</span>
</h2>
...
...
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