aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/footer.html
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2020-09-30 10:53:01 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-11-11 10:29:20 +0000
commite8127dd563cb823a369104e505795e8897d2c1ad (patch)
treefce4ee69e86ec0247c2f1301baa9ffb05358086c /templates/web/bromley/footer.html
parentb2735e814c73fe76c8526563b7c5473281938833 (diff)
[Bromley] Add partner logos to bottom of waste pages
Diffstat (limited to 'templates/web/bromley/footer.html')
-rw-r--r--templates/web/bromley/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/bromley/footer.html b/templates/web/bromley/footer.html
index 914ba3ace..47ffc4161 100644
--- a/templates/web/bromley/footer.html
+++ b/templates/web/bromley/footer.html
@@ -2,6 +2,14 @@
<footer role="contentinfo">
[% INCLUDE 'front/footer-marketing.html' %]
</footer>
+ [% ELSIF bodyclass == 'waste' %]
+ <div class="bromley-waste-credits">
+ <p>Powered by</p>
+ <p>
+ <a href="https://www.veolia.co.uk">Veolia</a>
+ <a href="https://www.societyworks.org/services/waste/">SocietyWorks</a>
+ </p>
+ </div>
[% END %]
</div><!-- .content role=main -->
</div><!-- .container -->