| Filename | |
|---|---|
| templates/user_page.html |
diff --git a/templates/user_page.html b/templates/user_page.html index 007f945..784ad4c 100644 --- a/templates/user_page.html +++ b/templates/user_page.html @@ -50,7 +50,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>