瀏覽代碼

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

Jeremy Stretch 7 月之前
父節點
當前提交
f777bfee2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/extras/customfieldchoiceset.html

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

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