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
506a5252
Commit
506a5252
authored
Mar 26, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
converting password_reset_confirm back to django template from mako
parent
f5aaf309
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
lms/templates/registration/password_reset_confirm.html
+17
-8
No files found.
lms/templates/registration/password_reset_confirm.html
View file @
506a5252
<
%
inherit
file=
"main.html"
/>
{% load compressed %}
{% load staticfiles %}
<!DOCTYPE html>
<html>
<head>
<
%
namespace
name=
'static'
file=
'static_content.html'
/
>
<title>
Reset Your edX Password
</title
>
<
%
block
name=
"title"
><title>
Reset Your edX Password
</title></
%
block>
{% compressed_css 'application' %}
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script>
<![endif]-->
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
...
@@ -28,7 +35,10 @@
...
@@ -28,7 +35,10 @@
});
});
});
});
</script>
</script>
</
%
block>
</head>
<body>
<section
class=
"passwordreset container"
>
<section
class=
"passwordreset container"
>
<section
class=
"introduction"
>
<section
class=
"introduction"
>
...
@@ -43,7 +53,7 @@
...
@@ -43,7 +53,7 @@
<h2
class=
"is-hidden"
>
Password Reset Form
</h2>
<h2
class=
"is-hidden"
>
Password Reset Form
</h2>
</header>
</header>
<form
role=
"form"
id=
"passwordreset-form"
method=
"post"
data-remote=
"true"
action=
""
>
<form
role=
"form"
id=
"passwordreset-form"
method=
"post"
data-remote=
"true"
action=
""
>
{% csrf_token %}
<!-- status messages -->
<!-- status messages -->
<div
role=
"alert"
class=
"status message is-hidden"
>
<div
role=
"alert"
class=
"status message is-hidden"
>
<h3
class=
"message-title"
>
We're sorry, edX enrollment is not available in your region
</h3>
<h3
class=
"message-title"
>
We're sorry, edX enrollment is not available in your region
</h3>
...
@@ -108,4 +118,4 @@
...
@@ -108,4 +118,4 @@
<p>
View our
<a
href=
"#"
>
help section for contact information and answers to commonly asked questions
</a></p>
<p>
View our
<a
href=
"#"
>
help section for contact information and answers to commonly asked questions
</a></p>
</div>
</div>
</aside>
</aside>
</section>
</section>
\ 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