From c75c10402f4165c052a399778fe79cbcdacc5e8b Mon Sep 17 00:00:00 2001 From: Luiz Henrique Soares Date: Fri, 13 Dec 2024 09:29:39 -0300 Subject: [PATCH] =?UTF-8?q?fix=20:=20Corrigido=20exibir=20coment=C3=A1rio?= =?UTF-8?q?=20ap=C3=B3s=20o=20post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Corrige o comentário desaparecer após enviar o request. --- app/view/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/templates/index.html b/app/view/templates/index.html index a57bc5bd..2852a024 100644 --- a/app/view/templates/index.html +++ b/app/view/templates/index.html @@ -27,7 +27,7 @@

class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" rows="4" placeholder="Type your comment here..." - > + > {{request.POST.comment}}