# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-03 01:05:21 # Node ID 7436b88cbd898bfe9da8d541846a37dc54080dfd # Parent a540f7e69c82825d79f812a60352e56d674e0201 Rename rhodecode_instanceid to instance_id diff --git a/kallithea/lib/base.py b/kallithea/lib/base.py --- a/kallithea/lib/base.py +++ b/kallithea/lib/base.py @@ -307,7 +307,7 @@ class BaseController(WSGIController): c.visual.allow_repo_location_change = str2bool(config.get('allow_repo_location_change', True)) c.visual.allow_custom_hooks_settings = str2bool(config.get('allow_custom_hooks_settings', True)) - c.rhodecode_instanceid = config.get('instance_id') + c.instance_id = config.get('instance_id') c.issues_url = config.get('bugtracker', url('issues_url')) # END CONFIG VARS diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -34,7 +34,7 @@