From 9ce17f575820e24c63c9aa783b687b5a5ba25726 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 13 Feb 2019 08:04:51 -0500 Subject: [PATCH] Dont show edit/sign buttons if task order is already active --- templates/portfolios/task_orders/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index 3a8b504c..9eb28a60 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -32,7 +32,7 @@
- {% if button_text and button_url %} + {% if not task_order.is_active and button_text and button_url %}