From ed16a1838b0e036cdfad47fc68d2b39cdcbb79fb Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Feb 2025 15:30:48 +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 218008f..f3e388c 100644 --- a/templates/new_post.html.j2 +++ b/templates/new_post.html.j2 @@ -74,6 +74,8 @@ {% if data['translated_content'] != '' and data['translated_content'] != null %} {{ data['translated_content'] }} + {% else %} + {% endif %} {{ data['content'] }}