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
03e7d2e7
Commit
03e7d2e7
authored
Feb 13, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - soft landing: changing 'sign into' to 'sign in to' copy
parent
b09c3b6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cms/templates/login.html
+3
-3
No files found.
cms/templates/login.html
View file @
03e7d2e7
...
...
@@ -8,7 +8,7 @@
<div
class=
"wrapper-content wrapper"
>
<section
class=
"content"
>
<header>
<h1
class=
"title title-1"
>
Sign
in
to edX Studio
</h1>
<h1
class=
"title title-1"
>
Sign
In
to edX Studio
</h1>
<a
href=
"${reverse('signup')}"
class=
"action action-signin"
>
Don't have a Studio Account? Sign up!
</a>
</header>
...
...
@@ -16,7 +16,7 @@
<form
id=
"login_form"
method=
"post"
action=
"login_post"
>
<fieldset>
<legend
class=
"sr"
>
Required Information to Sign
in
to edX Studio
</legend>
<legend
class=
"sr"
>
Required Information to Sign
In
to edX Studio
</legend>
<ol
class=
"list-input"
>
<li
class=
"field text required"
id=
"field-email"
>
...
...
@@ -33,7 +33,7 @@
</fieldset>
<div
class=
"form-actions"
>
<button
type=
"submit"
id=
"submit"
name=
"submit"
class=
"action action-primary"
>
Sign
in
to edX Studio
</button>
<button
type=
"submit"
id=
"submit"
name=
"submit"
class=
"action action-primary"
>
Sign
In
to edX Studio
</button>
</div>
<!-- no honor code for CMS, but need it because we're using the lms student object -->
...
...
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