Ver Fonte

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

Jeremy Stretch há 7 meses atrás
pai
commit
f777bfee2e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      netbox/templates/extras/customfieldchoiceset.html

+ 1 - 1
netbox/templates/extras/customfieldchoiceset.html

@@ -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>