changeset 5313:3fa7b86b483e

admin: show .ini file path in Settings / System Info
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 24 Jul 2015 17:50:22 +0200
parents 910c0a039f2a
children 071777309be1
files kallithea/templates/admin/settings/settings_system.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/settings/settings_system.html	Fri Jul 24 16:37:40 2015 +0200
+++ b/kallithea/templates/admin/settings/settings_system.html	Fri Jul 24 17:50:22 2015 +0200
@@ -2,6 +2,7 @@
 <%
  elems = [
     (_('Kallithea version'), h.literal('%s <b><span style="color:#036185; text-decoration: underline;cursor: pointer" id="check_for_update" >%s</span></b>' % (c.kallithea_version, _('Check for updates'))), ''),
+    (_('Kallithea configuration file'), c.ini['__file__'], ''),
     (_('Python version'), c.py_version, ''),
     (_('Platform'), c.platform, ''),
     (_('Git version'), c.git_version, ''),