From c8c030081bc20d8d80a7d3b5bb59e91d6dea0d17 Mon Sep 17 00:00:00 2001 From: Lephe Date: Thu, 8 Jul 2021 15:25:16 +0200 Subject: [PATCH] forum: preview formatting when editing messages (#49) --- app/templates/forum/edit_comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/forum/edit_comment.html b/app/templates/forum/edit_comment.html index de4d7af..46780b4 100644 --- a/app/templates/forum/edit_comment.html +++ b/app/templates/forum/edit_comment.html @@ -14,7 +14,7 @@ - +
{{ widget_user.profile(comment.author) }}
{{ comment.text }}
{{ comment.text | md }}