diff --git a/module/execution/ui/ajaxgetburn.html.php b/module/execution/ui/ajaxgetburn.html.php index 359d0f2056..084076b8e5 100644 --- a/module/execution/ui/ajaxgetburn.html.php +++ b/module/execution/ui/ajaxgetburn.html.php @@ -23,7 +23,7 @@ div $execution->name . $lang->execution->burn, set::title($execution->name . $lang->execution->burn) ), - common::hasPriv('execution', 'burn') ? btn + common::hasPriv('execution', 'burn') && empty($execution->isTpl) ? btn ( setClass('ghost text-gray'), set::url(createLink('execution', 'burn', "executionID={$execution->id}")),