From afca0a65e28f45573c207bcff0e5dd87b1e383ef Mon Sep 17 00:00:00 2001 From: vincent porte Date: Thu, 8 Aug 2024 10:13:39 +0200 Subject: [PATCH] ui: move lock_topic field for more consistency (post form) --- .../partials/post_form.html | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/lacommunaute/templates/forum_conversation/partials/post_form.html b/lacommunaute/templates/forum_conversation/partials/post_form.html index bd6a074f3..7fdd1817a 100644 --- a/lacommunaute/templates/forum_conversation/partials/post_form.html +++ b/lacommunaute/templates/forum_conversation/partials/post_form.html @@ -14,6 +14,7 @@ {% if post_form.update_reason %} {% include "partials/form_field.html" with field=post_form.update_reason %} {% endif %} +{% include "partials/form_field.html" with field=post_form.lock_topic %} {% if attachment_formset %}