From af2546e0175db3d2cf9a1e9cd4dcf41455a75411 Mon Sep 17 00:00:00 2001 From: yangjian Date: Wed, 9 Jun 2021 12:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E5=8F=B0=E5=92=8C?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=AE=A1=E7=90=86=E9=93=BE=E6=8E=A5=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_admin/admin_center.html | 4 ++-- template/app_doc/user/user_center.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/app_admin/admin_center.html b/template/app_admin/admin_center.html index 06604e9..459d207 100644 --- a/template/app_admin/admin_center.html +++ b/template/app_admin/admin_center.html @@ -40,8 +40,8 @@ {% if request.user.is_superuser %}
个人中心
{% endif %} -
站点首页
-
注销登录
+
返回首页
+
退出登录
diff --git a/template/app_doc/user/user_center.html b/template/app_doc/user/user_center.html index 0c0a80c..06f55bb 100644 --- a/template/app_doc/user/user_center.html +++ b/template/app_doc/user/user_center.html @@ -39,8 +39,8 @@ {% if request.user.is_superuser %}
{% trans "后台管理" %}
{% endif %} -
{% trans "站点首页" %}
-
{% trans "注销登录" %}
+
{% trans "返回首页" %}
+
{% trans "退出登录" %}