A minimal example of using buttons as input in Django looks like this: Template: <form method="POST"> {% csrf_token %} <input type="submit" ...
確定! 回上一頁