From 0fc71e366e9ad161b8f47f4dedc6f3d77bf952aa Mon Sep 17 00:00:00 2001 From: zhengxie Date: Tue, 23 Oct 2012 20:14:12 +0800 Subject: [PATCH] Change default title --- settings.py | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index c6cc9e8943..b5919bb44a 100644 --- a/settings.py +++ b/settings.py @@ -199,7 +199,7 @@ CCNET_APPLET_ROOT = "http://localhost:13420" # Account initial password, for password resetting. INIT_PASSWD = '123456' -SEAHUB_TITLE = 'SeaHub' +SEAHUB_TITLE = 'Private SeaCloud' USE_SUBDOMAIN = False diff --git a/templates/base.html b/templates/base.html index 5c6decd247..bcfc91e957 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ -{{ seahub_title }} +{% if org %}{{ org.org_name }}|{% endif %}{{ seahub_title }}