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
af44d1c1
Commit
af44d1c1
authored
Oct 11, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate template definition
parent
19f8266b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
+0
-37
cms/templates/temp-edge.html
+0
-37
No files found.
cms/templates/temp-edge.html
deleted
100644 → 0
View file @
19f8266b
<
%
inherit
file=
"base.html"
/>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
block
name=
"title"
>
edX edge
</
%
block>
<
%
block
name=
"bodyclass"
>
no-header edge-landing
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"main-wrapper"
>
<div
class=
"edx-edge-logo-large"
></div>
<div
class=
"content"
>
<div
class=
"log-in-form"
>
<h2>
Log in to your courses
</h2>
<form>
<div
class=
"row"
>
<label>
Email
</label>
<input
name=
"email"
type=
"email"
class=
"email-field"
tabindex=
"1"
>
</div>
<div
class=
"row"
>
<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=
"#"
class=
"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=
"#"
class=
"register-button"
>
Register
</a></p>
</div>
</div>
</div>
</
%
block>
\ No newline at end of file
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