Fixes #19876: Remove Markdown rendering from CustomFieldChoiceSet description field (#19877)

This commit is contained in:
Jeremy Stretch
2025-07-15 10:55:26 -04:00
committed by GitHub
parent 8b63eb64c1
commit f777bfee2e

View File

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