1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Modified org seahub title

This commit is contained in:
zhengxie
2012-10-23 20:53:59 +08:00
parent fa964eecc3
commit fd8b98f88c

View File

@@ -4,7 +4,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{% if org %}{{ org.org_name }}|{% endif %}{{ 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" />