From 5b3e284f1b5ff46ae955bf30373c7b7d208e355d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Tue, 29 Aug 2023 23:25:49 +0300 Subject: [PATCH] Show disabled button if no audit acl --- inventory-app/templates/inventory_view.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/inventory-app/templates/inventory_view.html b/inventory-app/templates/inventory_view.html index 869c49f..d477931 100644 --- a/inventory-app/templates/inventory_view.html +++ b/inventory-app/templates/inventory_view.html @@ -162,12 +162,14 @@ -{% if can_audit %}
- +
+{% if can_audit %}