Commit fc8fb1cd by Joe Blaylock

Merge pull request #93 from Stanford-Online/jbau/fix-asset-for-test

move stanford logo where tests can find it
parents b1d2e193 06c78b24
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<nav> <nav>
<h1 class="logo"> <h1 class="logo">
<a href="{{MKTG_URL_ROOT}}"> <a href="{{MKTG_URL_ROOT}}">
<img src="{% static 'themes/stanford/images/stanford-S-logo.png' %}" height="35" alt="Home Page" /> <img src="{% static 'images/stanford-S-logo.png' %}" height="35" alt="Home Page" />
</a> </a>
</h1> </h1>
</nav> </nav>
......
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