From 9d62deeabe481d90f3b7e878748cd0edce851889 Mon Sep 17 00:00:00 2001 From: BaiJiangJie <32935519+BaiJiangJie@users.noreply.github.com> Date: Fri, 29 Mar 2019 19:14:18 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E5=A4=8D=E5=B0=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#2557)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Update] 修复小问题 * [Bugfix] 修复操作日志动作、资源类型过滤不成功的bug --- apps/assets/templates/assets/asset_detail.html | 2 +- apps/audits/templates/audits/operate_log_list.html | 4 ++-- apps/authentication/templates/authentication/login_otp.html | 2 +- apps/users/templates/users/reset_password.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/assets/templates/assets/asset_detail.html b/apps/assets/templates/assets/asset_detail.html index 4ff3bdf75..01c048af8 100644 --- a/apps/assets/templates/assets/asset_detail.html +++ b/apps/assets/templates/assets/asset_detail.html @@ -20,7 +20,7 @@ {% trans 'Asset detail' %}
  • - {% trans 'Asset user list' %} + {% trans 'Asset user list' %}
  • {% if user.is_superuser %}
  • diff --git a/apps/audits/templates/audits/operate_log_list.html b/apps/audits/templates/audits/operate_log_list.html index 2de992faa..736c4f7ac 100644 --- a/apps/audits/templates/audits/operate_log_list.html +++ b/apps/audits/templates/audits/operate_log_list.html @@ -37,7 +37,7 @@
    - {% for k, v in actions.items %} @@ -45,7 +45,7 @@
    - {% for r in resource_type_list %} diff --git a/apps/authentication/templates/authentication/login_otp.html b/apps/authentication/templates/authentication/login_otp.html index d697cdf30..33ddb8e45 100644 --- a/apps/authentication/templates/authentication/login_otp.html +++ b/apps/authentication/templates/authentication/login_otp.html @@ -7,7 +7,7 @@ {{ JMS_TITLE }} - + {% include '_head_css_js.html' %} diff --git a/apps/users/templates/users/reset_password.html b/apps/users/templates/users/reset_password.html index f397acc37..6817f0a75 100644 --- a/apps/users/templates/users/reset_password.html +++ b/apps/users/templates/users/reset_password.html @@ -7,7 +7,7 @@ {{ JMS_TITLE }} - + {% include '_head_css_js.html' %}