1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

fixed bug in context_processor

This commit is contained in:
llj
2013-12-17 18:12:37 +08:00
parent 649fd02173
commit c7c854d9cb
2 changed files with 0 additions and 1 deletions

View File

@@ -49,7 +49,6 @@ def base(request):
'site_title': SITE_TITLE,
'branding_css': BRANDING_CSS,
'logo_path': LOGO_PATH,
'logo_url': LOGO_URL,
'seacloud_mode': SEACLOUD_MODE,
'cloud_mode': request.cloud_mode,
'org': org,