[Fixed]-Button does not listen/work

1👍

In short, you need to put your <input> into a <form>. Without a form you cannot POST any data.

Sounds like you need to learn how a form works in web development. While it’s hard to give you a concrete example, django original document is always your friend: https://docs.djangoproject.com/en/1.8/topics/forms/

Leave a comment