mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
Change default title
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>{{ seahub_title }}</title>
|
||||
<title>{% if org %}{{ org.org_name }}|{% endif %}{{ seahub_title }}</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="keywords" content="文件 协作 团队 团体" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
|
||||
|
Reference in New Issue
Block a user