From 4493c31216a6505cb4f7b4263f7b4a21f3aebc20 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 9 Sep 2021 09:10:02 -0400 Subject: [PATCH] Fixes #7227: Correct placeholder value for webhook CA file path --- netbox/templates/extras/webhook.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index cd9eefbe0..afd67f0dc 100644 --- a/netbox/templates/extras/webhook.html +++ b/netbox/templates/extras/webhook.html @@ -110,13 +110,7 @@ CA File Path - - {% if object.ca_file_path %} - {{ object.ca_file_path }} - {% else %} - &mdash - {% endif %} - + {{ object.ca_file_path|placeholder }}