diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-25 10:44:21 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-25 12:50:14 +0100 |
commit | 2e86b6767155f9e7fb3683557af341de2ba09917 (patch) | |
tree | f6a8cb0ce0139baa5a45155a084086b7245861d2 | |
parent | 106935529a3180be9bb8ebfe20a604388f2cfeb1 (diff) |
remove 'donate' and 'sites' links in fixmindelo, as #557
-rw-r--r-- | templates/web/fixmindelo/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/fixmindelo/footer.html b/templates/web/fixmindelo/footer.html index 608f7adf6..0af813439 100644 --- a/templates/web/fixmindelo/footer.html +++ b/templates/web/fixmindelo/footer.html @@ -29,9 +29,7 @@ <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="mysoc-menu"> - <li><a id="mysoc-logo" href="http://www.mysociety.org/">mySociety</a></li>[% - %]<li><a href="http://mysociety.org/donate/">Donate</a></li>[% - %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + <li><a id="mysoc-logo" href="http://www.mysociety.org/">mySociety</a></li> </ul> <ul id="main-menu"> |