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' %}