diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/footer.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index 737d29136..90c419734 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -13,12 +13,7 @@ [% loc('<a href="http://www.mysociety.org/"><img id="logo" width="133" height="26" src="/i/mysociety-dark.png" alt="View mySociety.org"><span id="logoie"></span></a>') %] <p id="footer"> - [% #FIXME - should be handled in NO template override %] - [% IF c.config.COUNTRY == 'NO' %] - [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by <a href="http://www.nuug.no/">NUUG</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] - [% ELSE %] - [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] - [% END %] + [% loc('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.') %] </p> [% INCLUDE 'tracking_code.html' %] |