From 7574966ccf8896b55eb3af07863d8d506fde4d53 Mon Sep 17 00:00:00 2001 From: BaiJiangJie Date: Fri, 11 Oct 2019 11:22:11 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E4=BF=AE=E5=A4=8D=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E5=9C=A8=E8=B5=84=E4=BA=A7=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E4=B8=8D=E6=98=BE=E7=A4=BA=EF=BC=88?= =?UTF-8?q?=E5=88=A0=E9=99=A4/=E6=9B=B4=E6=96=B0=EF=BC=89=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/templates/assets/asset_detail.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/assets/templates/assets/asset_detail.html b/apps/assets/templates/assets/asset_detail.html index 221818d2d..b0d35f382 100644 --- a/apps/assets/templates/assets/asset_detail.html +++ b/apps/assets/templates/assets/asset_detail.html @@ -22,7 +22,6 @@
  • {% trans 'Asset user list' %}
  • - {% if user.is_superuser %}
  • {% trans 'Update' %}
  • @@ -31,7 +30,6 @@ {% trans 'Delete' %} - {% endif %}