# HG changeset patch # User Thomas De Schampheleire # Date 1437753022 -7200 # Node ID 3fa7b86b483e5855d5f5a5e961912bf716c5d784 # Parent 910c0a039f2a7da3002f4700e3a136b2f7fb38de admin: show .ini file path in Settings / System Info diff -r 910c0a039f2a -r 3fa7b86b483e kallithea/templates/admin/settings/settings_system.html --- 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 %s' % (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, ''),