[Fixed]-Django – retrieve the form input values

1👍

I just realized I can use the current object, like this:

self.object.name 

This gives me the name, this object if filled with all the information.

Leave a comment