diff options
Diffstat (limited to '97suifangqa/templates/base.html')
-rw-r--r-- | 97suifangqa/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/97suifangqa/templates/base.html b/97suifangqa/templates/base.html index a93f207..a54037f 100644 --- a/97suifangqa/templates/base.html +++ b/97suifangqa/templates/base.html @@ -26,7 +26,7 @@ <meta charset="utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <title>{% block title %}97 随访{% endblock %}</title> + <title>{% block title %}医时代{% endblock %}</title> {% block css %} <link rel="stylesheet" href="{% static "stylesheets/base.css" %}"> {% block othercss %}{% endblock %} |