mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
Change OFFICIAL_MODE to CLOUD_MODE
This commit is contained in:
@@ -17,7 +17,7 @@ def base(request):
|
||||
return {
|
||||
'seafile_version': SEAFILE_VERSION,
|
||||
'seahub_title': SEAHUB_TITLE,
|
||||
'official_mode': request.official_mode,
|
||||
'cloud_mode': request.cloud_mode,
|
||||
# 'account_type': settings.ACCOUNT_TYPE,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user