Skip to content

Commit f777bfe

Browse files
Fixes #19876: Remove Markdown rendering from CustomFieldChoiceSet description field (#19877)
1 parent 8b63eb6 commit f777bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/extras/customfieldchoiceset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="card-header">Custom Field Choice Set</h2>
1414
</tr>
1515
<tr>
1616
<th scope="row">Description</th>
17-
<td>{{ object.description|markdown|placeholder }}</td>
17+
<td>{{ object.description|placeholder }}</td>
1818
</tr>
1919
<tr>
2020
<th scope="row">Base Choices</th>

0 commit comments

Comments
 (0)