diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/reading/footer.html | 2 | ||||
-rw-r--r-- | templates/web/reading/header.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/reading/footer.html b/templates/web/reading/footer.html index 900e9bfbb..be410bbfc 100644 --- a/templates/web/reading/footer.html +++ b/templates/web/reading/footer.html @@ -5,7 +5,7 @@ <ul id="navigation"> <li><a href="/">[% loc("Report a problem") %]</a></li> <li id="nav_new"><a href="/my">[% loc("Your reports") %]</a></li> -<li><a href="/reports">[% loc("All reports") %]</a></li> +<li><a href="/reports/Reading">[% loc("All reports") %]</a></li> <li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li> <li><a href="/faq">[% loc("Help") %]</a></li> </ul> diff --git a/templates/web/reading/header.html b/templates/web/reading/header.html index 9eb0a4050..64674cad6 100644 --- a/templates/web/reading/header.html +++ b/templates/web/reading/header.html @@ -10,10 +10,9 @@ <title>Reading Borough Council | Title of 3rd party product</title> <link rel="shortcut icon" href="[% version('/cobrands/reading/images/favicon.ico') %]"> <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]"> - <link rel="stylesheet" type="text/css" href="[% version('/css/main.css') %]"> - <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/mysoc.css') %]" /> <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/reading.css') %]" /> <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/print3rdParty.css') %]" media="print"/> + <link rel="stylesheet" type="text/css" href="[% version('/cobrands/reading/css/mysoc.css') %]" /> [% INCLUDE 'common_header_tags.html' %] @@ -32,7 +31,6 @@ [%- loc('Fix<span id="my">My</span>Street') %] [%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %] - <div id="wrapper"><div id="mysociety"> <ul id="meta"> [% IF c.user_exists %] <li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %] @@ -41,3 +39,5 @@ <li> </li> [% END %] </ul> + + <div id="wrapper"><div id="mysociety"> |