From 6c4a1aa2b25caf68f0285aeefa45e71b0015d47d Mon Sep 17 00:00:00 2001 From: cangui Date: Fri, 9 May 2025 16:09:06 +0200 Subject: [PATCH] sddsds --- frontend/templates/admin_conversations_thread.pages.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/templates/admin_conversations_thread.pages.tmpl b/frontend/templates/admin_conversations_thread.pages.tmpl index d136e23..777d32c 100644 --- a/frontend/templates/admin_conversations_thread.pages.tmpl +++ b/frontend/templates/admin_conversations_thread.pages.tmpl @@ -1,6 +1,5 @@ {{ define "admin_conversations_thread.pages.tmpl" }}
- {{ $parentMap := dict }} {{ range .Conversations }} {{ if not .ParentID }}
@@ -10,7 +9,6 @@
{{ .Content }}
- {{/* Afficher les enfants */}} {{ range $i, $c := $.Conversations }} {{ if and $c.ParentID (eq (printf "%d" $c.ParentID) (printf "%d" .ID)) }}