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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>