diff --git a/netbox/templates/extras/customlink.html b/netbox/templates/extras/customlink.html index 90194823a..a3408ddff 100644 --- a/netbox/templates/extras/customlink.html +++ b/netbox/templates/extras/customlink.html @@ -49,17 +49,13 @@
-

- {% trans "Link Text" %} -

+

{% trans "Link Text" %}

{{ object.link_text }}
-

- {% trans "Link URL" %} -

+

{% trans "Link URL" %}

{{ object.link_url }}
diff --git a/netbox/templates/extras/eventrule.html b/netbox/templates/extras/eventrule.html index bf63cff49..cd19e0124 100644 --- a/netbox/templates/extras/eventrule.html +++ b/netbox/templates/extras/eventrule.html @@ -62,9 +62,7 @@
-

- {% trans "Conditions" %} -

+

{% trans "Conditions" %}

{% if object.conditions %}
{{ object.conditions|json }}
diff --git a/netbox/templates/extras/object_journal.html b/netbox/templates/extras/object_journal.html index c04889458..fe8ee68c2 100644 --- a/netbox/templates/extras/object_journal.html +++ b/netbox/templates/extras/object_journal.html @@ -14,7 +14,7 @@
{% if perms.extras.add_journalentry %}
-

{% trans "New Journal Entry" %}

+

{% trans "New Journal Entry" %}

diff --git a/netbox/templates/extras/savedfilter.html b/netbox/templates/extras/savedfilter.html index ad8cbb752..808cb94ba 100644 --- a/netbox/templates/extras/savedfilter.html +++ b/netbox/templates/extras/savedfilter.html @@ -49,9 +49,7 @@
-

- {% trans "Parameters" %} -

+

{% trans "Parameters" %}

{{ object.parameters|json }}
diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index 37d86fcac..19a6bc4a2 100644 --- a/netbox/templates/extras/webhook.html +++ b/netbox/templates/extras/webhook.html @@ -57,9 +57,7 @@
-

- {% trans "Additional Headers" %} -

+

{% trans "Additional Headers" %}

{% if object.additional_headers %}
{{ object.additional_headers }}
@@ -69,9 +67,7 @@
-

- {% trans "Body Template" %} -

+

{% trans "Body Template" %}

{% if object.body_template %}
{{ object.body_template }}
diff --git a/netbox/templates/inc/panels/comments.html b/netbox/templates/inc/panels/comments.html index 870161e3f..47fd99085 100644 --- a/netbox/templates/inc/panels/comments.html +++ b/netbox/templates/inc/panels/comments.html @@ -2,9 +2,7 @@ {% load i18n %}
-

- {% trans "Comments" %} -

+

{% trans "Comments" %}

{% if object.comments %} {{ object.comments|markdown }}