aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/footer.html')
-rw-r--r--templates/web/default/footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html
index 57ef9ac28..f5175af8c 100644
--- a/templates/web/default/footer.html
+++ b/templates/web/default/footer.html
@@ -21,5 +21,14 @@
[% INCLUDE 'tracking_code.html' %]
+[% IF c.config.STAGING_SITE %]
+<hr>
+
+<ul>
+ <li>Cobrand: [% c.cobrand.moniker %]</li>
+ <li>extra template path: [% additional_template_paths.join(',') %]</li>
+</ul>
+
+[% END %]
</body>
</html>