Преглед на файлове

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

Jeremy Stretch преди 9 месеца
родител
ревизия
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>