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
05ceb99b
Commit
05ceb99b
authored
Jul 29, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fork password-reset page to have stanford stuff
parent
ddafb113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lms/templates/registration/password_reset_confirm.html
+4
-2
No files found.
lms/templates/registration/password_reset_confirm.html
View file @
05ceb99b
...
@@ -53,7 +53,9 @@
...
@@ -53,7 +53,9 @@
<header
class=
"global"
>
<header
class=
"global"
>
<nav>
<nav>
<h1
class=
"logo"
>
<h1
class=
"logo"
>
<a
href=
"{{MKTG_URL_ROOT}}"
><img
src=
"{% static 'images/header-logo.png' %}"
></a>
<a
href=
"{{MKTG_URL_ROOT}}"
>
<img
src=
"{% static 'themes/stanford/images/stanford-S-logo.png' %}"
height=
"35"
alt=
"Home Page"
/>
</a>
</h1>
</h1>
</nav>
</nav>
</header>
</header>
...
@@ -157,7 +159,7 @@
...
@@ -157,7 +159,7 @@
<div
class=
"cta cta-help"
>
<div
class=
"cta cta-help"
>
<h3>
{% trans "Need Help?" %}
</h3>
<h3>
{% trans "Need Help?" %}
</h3>
<p>
<p>
{% blocktrans with start_link='
<a
href=
"
{{MKTG_URL_FAQ}}
"
>
' end_link='
</a>
' %}
{% blocktrans with start_link='
<a
href=
"
https://stanfordonline.zendesk.com/hc
"
>
' end_link='
</a>
' %}
View our {{ start_link }}help section for contact information and answers to commonly asked questions{{ end_link }}
View our {{ start_link }}help section for contact information and answers to commonly asked questions{{ end_link }}
{% endblocktrans %}
{% endblocktrans %}
</p>
</p>
...
...
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