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
657610dd
Commit
657610dd
authored
Aug 22, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4944 from edx/sarina/make-studio-reg-copy-match
Make Studio and LMS register pages use the same language
parents
e8fd9c08
e57a1551
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
cms/templates/login.html
+2
-2
cms/templates/manage_users.html
+1
-1
cms/templates/register.html
+4
-4
No files found.
cms/templates/login.html
View file @
657610dd
...
...
@@ -24,8 +24,8 @@ from django.utils.translation import ugettext as _
<ol
class=
"list-input"
>
<li
class=
"field text required"
id=
"field-email"
>
<label
for=
"email"
>
${_("E
mail Address
")}
</label>
<input
id=
"email"
type=
"email"
name=
"email"
placeholder=
"
e.g. jane.doe@gmail.com"
/>
<label
for=
"email"
>
${_("E
-mail
")}
</label>
<input
id=
"email"
type=
"email"
name=
"email"
placeholder=
"
${_('example: username@domain.com')}"
/>
</li>
<li
class=
"field text required"
id=
"field-password"
>
...
...
cms/templates/manage_users.html
View file @
657610dd
...
...
@@ -44,7 +44,7 @@
<ol
class=
"list-input"
>
<li
class=
"field text required create-user-email"
>
<label
for=
"user-email-input"
>
${_("User's Email Address")}
</label>
<input
id=
"user-email-input"
name=
"user-email"
type=
"text"
placeholder=
"${_('e
.g. jane.doe@gmail
.com')}"
value=
""
>
<input
id=
"user-email-input"
name=
"user-email"
type=
"text"
placeholder=
"${_('e
xample: username@domain
.com')}"
value=
""
>
<span
class=
"tip tip-stacked"
>
${_("Please provide the email address of the course staff member you'd like to add")}
</span>
</li>
</ol>
...
...
cms/templates/register.html
View file @
657610dd
...
...
@@ -27,18 +27,18 @@
<ol
class=
"list-input"
>
<li
class=
"field text required"
id=
"field-email"
>
<label
for=
"email"
>
${_("E
mail Address
")}
</label>
<input
id=
"email"
type=
"email"
name=
"email"
placeholder=
"e
.g. jane.doe@gmail
.com"
/>
<label
for=
"email"
>
${_("E
-mail
")}
</label>
<input
id=
"email"
type=
"email"
name=
"email"
placeholder=
"e
xample: username@domain
.com"
/>
</li>
<li
class=
"field text required"
id=
"field-name"
>
<label
for=
"name"
>
${_("Full Name")}
</label>
<input
id=
"name"
type=
"text"
name=
"name"
placeholder=
"e
.g.
Jane Doe"
/>
<input
id=
"name"
type=
"text"
name=
"name"
placeholder=
"e
xample:
Jane Doe"
/>
</li>
<li
class=
"field text required"
id=
"field-username"
>
<label
for=
"username"
>
${_("Public Username")}
</label>
<input
id=
"username"
type=
"text"
name=
"username"
placeholder=
"e
.g. janed
oe"
/>
<input
id=
"username"
type=
"text"
name=
"username"
placeholder=
"e
xample: JaneD
oe"
/>
<span
class=
"tip tip-stacked"
>
${_("This will be used in public discussions with your courses and in our edX101 support forums")}
</span>
</li>
...
...
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