diff options
Diffstat (limited to 'templates/web/default/debug_footer.html')
-rw-r--r-- | templates/web/default/debug_footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/default/debug_footer.html b/templates/web/default/debug_footer.html new file mode 100644 index 000000000..cf504e5a2 --- /dev/null +++ b/templates/web/default/debug_footer.html @@ -0,0 +1,11 @@ +[% IF c.config.STAGING_SITE %] +<hr clear="both"> +<ul> + <li>cobrand.moniker: [% c.cobrand.moniker %]</li> + <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li> + <li>lang_code: [% lang_code %]</li> + <li>user.id: [% c.user.id || '--not logged in--' %]</li> + +</ul> +[% END %] + |