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' %}