diff --git a/kallithea/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html --- a/kallithea/templates/admin/settings/settings_global.html +++ b/kallithea/templates/admin/settings/settings_global.html @@ -24,11 +24,16 @@ ${h.form(url('admin_settings_global'), m
- +
${h.textarea('ga_code', cols=80, rows=10)} - ${_('HTML with JavaScript for web analytics systems like Google Analytics or Piwik. This will be added at the bottom of every page.')} + ${_('HTML (possibly with\ + JavaScript and/or CSS) that will be added to the bottom\ + of every page. This can be used for web analytics\ + systems like Google Analytics or Piwik, but also to\ + perform instance-specific customizations like adding a\ + project banner at the top of every page.')}