| Filename | |
|---|---|
| templates/all_bugs.html |
diff --git a/templates/all_bugs.html b/templates/all_bugs.html index d4c913c..c9dae7b 100644 --- a/templates/all_bugs.html +++ b/templates/all_bugs.html @@ -15,7 +15,7 @@ {% if edit_link %} <div class='links'><a href='{{edit_link}}'>Изменить</a></div> {% endif %} - <p>{{bug.text}}</p> + <p>{{bug.text|markdown|safe}}</p> </div> {% endfor %} </div>