1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Rename gfm filter to render_markdown

This commit is contained in:
Jeremy Stretch
2020-03-09 10:31:29 -04:00
parent 0439be2870
commit 1423fd9024
13 changed files with 15 additions and 16 deletions

View File

@@ -119,7 +119,7 @@
</div>
<div class="panel-body rendered-markdown">
{% if circuit.comments %}
{{ circuit.comments|gfm }}
{{ circuit.comments|markdown }}
{% else %}
<span class="text-muted">None</span>
{% endif %}