diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index c92ec4c9934..266fa92639c 100644 --- a/netbox/templates/extras/webhook.html +++ b/netbox/templates/extras/webhook.html @@ -137,7 +137,11 @@ Additional Headers
{{ object.additional_headers }}
+ {% if object.additional_headers %}
+ {{ object.additional_headers }}
+ {% else %}
+ None
+ {% endif %}
{{ object.body_template }}
+ {% if object.body_template %}
+ {{ object.body_template }}
+ {% else %}
+ None
+ {% endif %}