render commonmark
This commit is contained in:
parent
464976c482
commit
13cec1e911
|
@ -1,5 +1,6 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load static from staticfiles %}
|
||||
{% load commonmark %}$
|
||||
|
||||
{% block title %}
|
||||
Info | {{ block.super }}
|
||||
|
@ -55,7 +56,7 @@ Info | {{ block.super }}
|
|||
</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>{{ item.body }}</p>
|
||||
<p>{{ item.body|commonmark }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue