Commit 05ceb99b by Jason Bau

Fork password-reset page to have stanford stuff

parent ddafb113
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment