From c57a79d5a52d28b4afc4aa15bf38f7a5e2e0ae36 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Thu, 8 Aug 2024 10:14:10 +0200 Subject: [PATCH] ui: remove redudant attachment title in panes --- .../templates/forum_conversation/partials/post_form.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lacommunaute/templates/forum_conversation/partials/post_form.html b/lacommunaute/templates/forum_conversation/partials/post_form.html index 7fdd1817..67b6b0e4 100644 --- a/lacommunaute/templates/forum_conversation/partials/post_form.html +++ b/lacommunaute/templates/forum_conversation/partials/post_form.html @@ -31,7 +31,6 @@
-

{% trans "Attachments" %}

{% include "forum_conversation/forum_attachments/attachment_formset.html" %}