Commit f8280490 by Ned Batchelder

Change TorontoX to University of TorontoX

parent b18ebd96
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<a href="${reverse('university_profile', args=['TorontoX'])}"> <a href="${reverse('university_profile', args=['TorontoX'])}">
<img src="${static.url('images/university/toronto/toronto.png')}" /> <img src="${static.url('images/university/toronto/toronto.png')}" />
<div class="name"> <div class="name">
<span>TorontoX</span> <span>University of TorontoX</span>
</div> </div>
</a> </a>
</li> </li>
......
<%inherit file="base.html" /> <%inherit file="base.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>TorontoX</title></%block> <%block name="title"><title>University of TorontoX</title></%block>
<%block name="university_header"> <%block name="university_header">
<header class="search" style="background: url('/static/images/university/toronto/toronto-cover.jpg')"> <header class="search" style="background: url('/static/images/university/toronto/toronto-cover.jpg')">
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="logo"> <div class="logo">
<img src="${static.url('images/university/toronto/toronto.png')}" /> <img src="${static.url('images/university/toronto/toronto.png')}" />
</div> </div>
<h1>TorontoX</h1> <h1>University of TorontoX</h1>
</hgroup> </hgroup>
</div> </div>
</header> </header>
......
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