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
d5aba299
Commit
d5aba299
authored
Aug 05, 2013
by
Adam
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #588 from edx/fix/adam/redirect
update edge.html
parents
fa567f1f
4a99b7bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
lms/templates/university_profile/edge.html
+12
-11
No files found.
lms/templates/university_profile/edge.html
View file @
d5aba299
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%
inherit
file=
"../stripped-main.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
><title>
edX edge
</title></
%
block>
<
%
block
name=
"title"
><title>
${_("edX edge")}
</title></
%
block>
<
%
block
name=
"bodyclass"
>
no-header edge-landing
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"main-wrapper"
>
<div
class=
"edx-edge-logo-large"
>
edX edge
</div>
<div
class=
"edx-edge-logo-large"
>
${_("edX edge")}
</div>
<div
class=
"content"
>
<div
class=
"log-in-form"
>
<h2>
Log in to your courses
</h2>
<form
id=
"login_form"
data-remote=
"true"
method=
"post"
action=
"/login"
>
<h2>
${_("Log in to your courses")}
</h2>
<form
id=
"login_form"
data-remote=
"true"
method=
"post"
action=
"/login
_ajax
"
>
<div
class=
"row"
>
<label>
Email
</label>
<label>
${_("Email")}
</label>
<input
name=
"email"
type=
"email"
class=
"email-field"
tabindex=
"1"
>
</div>
<div
class=
"row"
>
<label>
Password
</label>
<label>
${_("Password")}
</label>
<input
name=
"password"
type=
"password"
class=
"password-field"
tabindex=
"2"
>
</div>
<div
class=
"row submit"
>
<input
name=
"submit"
type=
"submit"
value=
"
Log In
"
class=
"log-in-submit-button"
tabindex=
"3"
>
<a
href=
"#forgot-password-modal"
rel=
"leanModal"
class=
"pwd-reset forgot-button"
>
Forgot password?
</a>
<input
name=
"submit"
type=
"submit"
value=
"
${_("
Log
In
")}
"
class=
"log-in-submit-button"
tabindex=
"3"
>
<a
href=
"#forgot-password-modal"
rel=
"leanModal"
class=
"pwd-reset forgot-button"
>
${_("Forgot password?")}
</a>
</div>
</form>
</div>
<div
class=
"sign-up"
>
<h3>
Register for classes
</h3>
<p>
Take free online courses from today's leading universities.
</p>
<p><a
href=
"#signup-modal"
id=
"signup"
rel=
"leanModal"
class=
"register-button"
>
Register
</a></p>
<h3>
${_("Register for classes")}
</h3>
<p>
${_("Take free online courses from today's leading universities.")}
</p>
<p><a
href=
"#signup-modal"
id=
"signup"
rel=
"leanModal"
class=
"register-button"
>
${_("Register")}
</a></p>
</div>
</div>
</div>
...
...
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