diff --git a/seahub/base/context_processors.py b/seahub/base/context_processors.py index 5806fb08ea..9cabbb44c5 100644 --- a/seahub/base/context_processors.py +++ b/seahub/base/context_processors.py @@ -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, diff --git a/seahub/help/templates/help/.help_base.html.swp b/seahub/help/templates/help/.help_base.html.swp deleted file mode 100644 index 855b90a980..0000000000 Binary files a/seahub/help/templates/help/.help_base.html.swp and /dev/null differ