Missing header for description field in customfield template #8633

Closed
opened 2025-12-29 20:39:07 +01:00 by adam · 1 comment
Owner

Originally created by @miaow2 on GitHub (Sep 18, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.6.1

Python version

3.10

Steps to Reproduce

  1. Create custom field
  2. open custom field view
  3. description field is missing header

image

Expected Behavior

description field should have header Description

customfield.html is missing {% trans "Description" %}

Observed Behavior

description field header empty

Originally created by @miaow2 on GitHub (Sep 18, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.6.1 ### Python version 3.10 ### Steps to Reproduce 1. Create custom field 2. open custom field view 3. description field is missing header ![image](https://github.com/netbox-community/netbox/assets/28296817/0a3c2bdf-8747-4201-a69f-c50241e42186) ### Expected Behavior description field should have header `Description` [customfield.html](https://github.com/netbox-community/netbox/blob/develop/netbox/templates/extras/customfield.html#L35) is missing `{% trans "Description" %}` ### Observed Behavior description field header empty
adam added the type: bugstatus: acceptedtopic: UI/UXseverity: low labels 2025-12-29 20:39:07 +01:00
adam closed this issue 2025-12-29 20:39:07 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 18, 2023):

Thanks for the report @miaow2!

@jeremystretch commented on GitHub (Sep 18, 2023): Thanks for the report @miaow2!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8633