Changeset - 3fa7b86b483e
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2015-07-24 17:50:22
thomas.de.schampheleire@gmail.com
admin: show .ini file path in Settings / System Info
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_system.html
Show inline comments
 
@@ -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, ''),
0 comments (0 inline, 0 general)