From a266db1a7ed644ed2ba03c2deb4085c6dde5ab6a Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Feb 2025 15:45:14 +0200 Subject: [PATCH] add debug info --- templates/new_post.html.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/new_post.html.j2 b/templates/new_post.html.j2 index f3e388c..b9a343b 100644 --- a/templates/new_post.html.j2 +++ b/templates/new_post.html.j2 @@ -137,6 +137,8 @@ {% if reply['translated_content'] != '' and reply['translated_content'] != null %} {{ reply['translated_content'] }} + {% else %} + {% endif %} {{ reply['content'] }}