HELLO,I have many buttons like:
<button name="A"></button>
<button name="B"></button>
<button name="C"></button>
When I click on a button, I want to get the corresponds name, then use it in my view to compare with some string. request.POST.get how to get the value I need?