diff options
Diffstat (limited to 'templates/web/hart')
-rw-r--r-- | templates/web/hart/header.html | 10 | ||||
-rw-r--r-- | templates/web/hart/tokens/confirm_problem.html | 19 |
2 files changed, 4 insertions, 25 deletions
diff --git a/templates/web/hart/header.html b/templates/web/hart/header.html index 23264066c..a1472105d 100644 --- a/templates/web/hart/header.html +++ b/templates/web/hart/header.html @@ -12,17 +12,15 @@ [% INCLUDE 'header_opengraph.html' %] -[% SET start = c.config.ADMIN_BASE_URL IF admin %] - - <link rel="stylesheet" href="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/base.css') %]"> - <link rel="stylesheet" href="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/layout.css') %]" media="(min-width:48em)"> + <link rel="stylesheet" href="[% version('/cobrands/' _ c.cobrand.moniker _ '/base.css') %]"> + <link rel="stylesheet" href="[% version('/cobrands/' _ c.cobrand.moniker _ '/layout.css') %]" media="(min-width:48em)"> <link rel="stylesheet" href="[% version('/cobrands/hart/hart.css') %]"> [% extra_css %] <!--[if (lt IE 9) & (!IEMobile)]> - <link rel="stylesheet" href="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/layout.css') %]"> + <link rel="stylesheet" href="[% version('/cobrands/' _ c.cobrand.moniker _ '/layout.css') %]"> <![endif]--> - <script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> + <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html' %] [% extra_js %] diff --git a/templates/web/hart/tokens/confirm_problem.html b/templates/web/hart/tokens/confirm_problem.html deleted file mode 100644 index 68223e92b..000000000 --- a/templates/web/hart/tokens/confirm_problem.html +++ /dev/null @@ -1,19 +0,0 @@ -[% INCLUDE 'header.html', title = loc('Confirmation') %] - -<h1>[% loc('Confirmation') %]</h1> - -<p class="confirmed"> -Thank you. You have successfully confirmed your report -[% IF c.cobrand.owns_problem( report ) %] -and this will now be investigated by the council. -You can <a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]">view the report on this site</a>. -[% ELSE %] -and this has now been passed on to [%# TODO make this generic %] <b>Hampshire County Council</b> to investigate. -Note that Hart District Council is not responsible for this type of problem. However you can continue to view your report on the <a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]"><i>fixmystreet.com</i> website</a>. -[% END %] -</p> - -<p>Your reference for this report is [% report.id %], please quote it in any enquiries. -</p> - -[% INCLUDE 'footer.html' %] |