From b1cbdbe07943dee75b2e819766ab061d3b8e1c45 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Tue, 3 Jun 2025 06:03:44 -0700 Subject: [PATCH] 19623 show description on provider account detail view (#19629) * 19623 show description on provider account detail view * Fix indentation --------- Co-authored-by: Jeremy Stretch --- netbox/templates/circuits/provideraccount.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbox/templates/circuits/provideraccount.html b/netbox/templates/circuits/provideraccount.html index 8715dfe1e..41cf8c033 100644 --- a/netbox/templates/circuits/provideraccount.html +++ b/netbox/templates/circuits/provideraccount.html @@ -28,6 +28,10 @@ {% trans "Name" %} {{ object.name|placeholder }} + + {% trans "Description" %} + {{ object.description|placeholder }} + {% include 'inc/panels/tags.html' %}