79119510

Date: 2024-10-23 19:55:41
Score: 0.5
Natty:
Report link

Maybe you forgot to pass the context "content" to your render function :

return render(request, "composer/index.html")

Add "content" as you done if request.POST['button'] == 'Generate' :

return render(request, "composer/index.html", content)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cd187