The screenshot of my cide
def updateTask(request, pk): task = Task.objects.get(id=pk)
form = TaskForm(instance=task) if request.method == "POST&qu