Update markdown filter name

This commit is contained in:
Jeremy Stretch
2020-03-09 10:42:32 -04:00
parent 1a1649bcc9
commit 6f859163df
12 changed files with 14 additions and 14 deletions

View File

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