Skip to content

Commit

Permalink
fix : Corrigido exibir comentário após o post
Browse files Browse the repository at this point in the history
- Corrige o comentário desaparecer após enviar o request.
  • Loading branch information
luizh-gsoares committed Dec 13, 2024
1 parent 41e84e1 commit c75c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="text-3xl font-bold text-center mb-8 text-gray-800">
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..."
></textarea>
> {{request.POST.comment}} </textarea>
</div>
<button
type="submit"
Expand Down

0 comments on commit c75c104

Please sign in to comment.