Просмотр исходного кода

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

Jeremy Stretch 8 месяцев назад
Родитель
Сommit
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>