diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-02-26 17:32:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-02-26 17:32:48 +0000 |
commit | 91f12109980aee2a2c3985a189637d7d9c4a7ec7 (patch) | |
tree | d8b835b256fb7268386acdfd9ea50d3198aa4d79 /templates/web/base/open311/index.html | |
parent | af38ab78122244a51f1a7d1fdc21fa52fcf01d20 (diff) |
Consolidate base/fixmystreet contact templates.
Put FAQ/contact/privacy sidebar in its own template.
Diffstat (limited to 'templates/web/base/open311/index.html')
-rw-r--r-- | templates/web/base/open311/index.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/web/base/open311/index.html b/templates/web/base/open311/index.html index d42cc2106..196cf0db6 100644 --- a/templates/web/base/open311/index.html +++ b/templates/web/base/open311/index.html @@ -1,14 +1,6 @@ [% INCLUDE 'header.html', title = 'Open311', bodyclass = 'twothirdswidthpage' %] -<div class="sticky-sidebar"> - <aside> - <ul class="plain-list"> - <li><a href="/faq">[% loc('Frequently Asked Questions') %]</a></li> - <li><a href="/privacy">[% loc('Privacy and cookies') %]</a></li> - <li><a href="/contact">[% tprintf(loc("Contact %s", "%s is the site name"), site_name) %]</a></li> - </ul> - </aside> -</div> +[% INCLUDE 'about/_sidebar.html' %] <h1>FixMyStreet support for Open311</h1> |