Fixes #19876: Remove Markdown rendering from CustomFieldChoiceSet description field

This commit is contained in:
Jeremy Stretch 2025-07-14 13:01:15 -04:00
parent f13d028c98
commit 5839efbf13

View File

@ -14,7 +14,7 @@
</tr>
<tr>
<th scope="row">Description</th>
<td>{{ object.description|markdown|placeholder }}</td>
<td>{{ object.description|placeholder }}</td>
</tr>
<tr>
<th scope="row">Base Choices</th>