Change TorontoX to University of TorontoX

This commit is contained in:
Ned Batchelder
2013-02-27 10:05:58 -05:00
parent b18ebd9676
commit f828049043
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@
<a href="${reverse('university_profile', args=['TorontoX'])}">
<img src="${static.url('images/university/toronto/toronto.png')}" />
<div class="name">
<span>TorontoX</span>
<span>University of TorontoX</span>
</div>
</a>
</li>

View File

@@ -1,7 +1,7 @@
<%inherit file="base.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">
<header class="search" style="background: url('/static/images/university/toronto/toronto-cover.jpg')">
@@ -10,7 +10,7 @@
<div class="logo">
<img src="${static.url('images/university/toronto/toronto.png')}" />
</div>
<h1>TorontoX</h1>
<h1>University of TorontoX</h1>
</hgroup>
</div>
</header>