aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-31 15:55:24 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-31 15:55:24 +0000
commitceedddcaae9170ce394b7f08de882c7f2d0bb923 (patch)
tree05d8d7657604c8c8fba58d0622e40fb79f5eea75
parente7f9cc3e534d51df9932c62aa3ee51392b6f9b28 (diff)
Banner link goes to stadt-zuerich.ch (fixes a18).
-rw-r--r--templates/web/zurich/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html
index 52a321eb3..8c8e49775 100644
--- a/templates/web/zurich/header.html
+++ b/templates/web/zurich/header.html
@@ -38,7 +38,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyZurich</a>
+ <a href="http://www.stadt-zuerich.ch/" id="site-logo">FixMyZurich</a>
<a href="#main-nav" id="nav-link">Main Navigation</a>
</div>
</header>