Skip to content

Commit b1cbdbe

Browse files
19623 show description on provider account detail view (#19629)
* 19623 show description on provider account detail view * Fix indentation --------- Co-authored-by: Jeremy Stretch <[email protected]>
1 parent b62f234 commit b1cbdbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netbox/templates/circuits/provideraccount.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ <h2 class="card-header">{% trans "Provider Account" %}</h2>
2828
<th scope="row">{% trans "Name" %}</th>
2929
<td>{{ object.name|placeholder }}</td>
3030
</tr>
31+
<tr>
32+
<th scope="row">{% trans "Description" %}</th>
33+
<td>{{ object.description|placeholder }}</td>
34+
</tr>
3135
</table>
3236
</div>
3337
{% include 'inc/panels/tags.html' %}

0 commit comments

Comments
 (0)